source: temp/trunk/html/test/naka/mail.php @ 6872

Revision 6872, 209 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2
3$to = "[email protected]";
4$body = "¥¢¥¤¥¦¥í¥¨??????¼ô??";
5
6mb_convert_encoding($value, 'UTF-8', mb_internal_encoding());
7
8mb_language("uni");
9
10if(mb_send_mail($to, "test", $body)){
11    print("ok");
12}
13
14?>
Note: See TracBrowser for help on using the repository browser.