Changeset 13261
- Timestamp:
- 2007/05/22 16:23:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13260 r13261 117 117 $mimeObj->setFrom($sendResut["from"]); 118 118 119 print_r($sendResut["subject"]); 120 print_r($sendResut["from"]); 119 print_r($htmlBody); 121 120 // À°·Á¤µ¤ì¤¿ËÜʸ¤È¥Ø¥Ã¥À¤ò¼èÆÀ 121 ¡¡¡¡¡¡¡¡¡¡¡¡$body = $mimeObj->get($htmlBody); 122 ¡¡¡¡¡¡¡¡¡¡¡¡$headers = $mimeObj->headers($sendResut); 122 123 123 124 // ¥á¡¼¥ëÁ÷¿® 124 $sendResut = $mailObj->end($sendResut["to"], $headers, $body); 125 $sendResut = $mailObj->send($sendResut["to"], $headers, $body); 126 header( "Content-Type: text/plain; charset=UTF-8" ); 125 127 126 128 } else {
Note: See TracChangeset
for help on using the changeset viewer.