Changeset 13265
- Timestamp:
- 2007/05/22 16:38:36 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13264 r13265 115 115 116 116 // ¥á¡¼¥ëÁ÷¿® 117 $ sendResut = $mailObj->send($sendResut["to"], $headers, $body);117 $result = $mailObj->send($sendResut["to"], $sendResut, $mimeObj->setHTMLBody($mailBody)); 118 118 header( "Content-Type: text/plain; charset=UTF-8" ); 119 119
Note: See TracChangeset
for help on using the changeset viewer.