source: branches/dev/html/test/naka/mail_test2.php @ 15149

Revision 15149, 442 bytes checked in by naka, 19 years ago (diff)
Line 
1<?php
2    require_once("../../require.php");
3    $objMail = new GC_SendMail();
4   
5    $objMail->setItem("[email protected]", "­Ω", "<b>­Ω¤¯¤ó¤Ç¤¹¡£</b>", "[email protected]", "from", "[email protected]", "[email protected]");
6    $objMail->sendMail();
7   
8    $objMail->setItemHtml("[email protected]", "­ΩHTML", "<b>­Ω¤¯¤ó¤Ç¤¹¡£</b>", "[email protected]", "from", "[email protected]", "[email protected]");
9    $objMail->sendMail();   
10   
11   
12?>
Note: See TracBrowser for help on using the repository browser.