source:
temp/trunk/html/test/naka/mail.php
@
6872
| Revision 6872, 209 bytes checked in by naka, 20 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | $to = "[email protected]"; |
| 4 | $body = "¥¢¥¤¥¦¥í¥¨??????¼ô??"; |
| 5 | |
| 6 | mb_convert_encoding($value, 'UTF-8', mb_internal_encoding()); |
| 7 | |
| 8 | mb_language("uni"); |
| 9 | |
| 10 | if(mb_send_mail($to, "test", $body)){ |
| 11 | print("ok"); |
| 12 | } |
| 13 | |
| 14 | ?> |
Note: See TracBrowser
for help on using the repository browser.
