Changeset 13266
- Timestamp:
- 2007/05/22 16:40:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13265 r13266 105 105 //-- Mail_mime¥ª¥Ö¥¸¥§¥¯¥È¤ËHTML¤ÎËÜʸ¤òÄɲà 106 106 $mailBody = mb_convert_encoding($mailBody, "JIS", CHAR_CODE); 107 $mimeObj->setHTMLBody($mailBody);108 107 109 108 //-- Mail_mime¥ª¥Ö¥¸¥§¥¯¥È¤Ë·ï̾¡¦From¤òÄɲà … … 115 114 116 115 // ¥á¡¼¥ëÁ÷¿® 117 $result = $mailObj->send($sendResut["to"], $sendResut, $m imeObj->setHTMLBody($mailBody));116 $result = $mailObj->send($sendResut["to"], $sendResut, $mailBody); 118 117 header( "Content-Type: text/plain; charset=UTF-8" ); 119 118
Note: See TracChangeset
for help on using the changeset viewer.