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

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