Changeset 6871 for temp/trunk
- Timestamp:
- 2006/10/26 17:07:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/mail.php
r6870 r6871 7 7 8 8 mb_language("uni"); 9 mb_send_mail($to, "test", $body) 9 if(mb_send_mail($to, "test", $body)){ 10 print("ok"); 11 } 10 12 11 13 ?>
Note: See TracChangeset
for help on using the changeset viewer.
