- Timestamp:
- 2007/05/22 15:06:56 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13248 r13249 115 115 $mimeObj->setFrom($sendResut["from"]); 116 116 117 // À°·Á¤µ¤ì¤¿ËÜʸ¤È¥Ø¥Ã¥À¤ò¼èÆÀ 118 ¡¡¡¡¡¡¡¡¡¡¡¡$body = $mimeObj->get($htmlBody); 119 ¡¡¡¡¡¡¡¡¡¡¡¡$headers = $mimeObj->headers($sendResut); 120 117 121 // ¥á¡¼¥ëÁ÷¿® 118 $sendResut = $mailObj->send($sendResut["to"], $ sendResut, $mailBody);122 $sendResut = $mailObj->send($sendResut["to"], $headers, $body); 119 123 120 124 } else {
Note: See TracChangeset
for help on using the changeset viewer.
