| Rev | Line | |
|---|
| [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.