Changeset 13204
- Timestamp:
- 2007/05/21 18:37:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13203 r13204 90 90 //¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 91 91 $param = array( 92 'host' => " 127.0.0.1"92 'host' => "210.188.254.83" 93 93 ,'port' => "25" 94 94 ); … … 97 97 print_r($mail_obj); 98 98 99 $headers[ 'Subject'] = mb_convert_encoding($sendResut["subject"], "JIS", CHAR_CODE );99 $headers["subject"] = mb_convert_encoding($sendResut["subject"], "JIS", CHAR_CODE ); 100 100 $body = mb_convert_encoding($sendResut["body"], "JIS", CHAR_CODE ); 101 101
Note: See TracChangeset
for help on using the changeset viewer.