Changeset 13276 for branches/dev/html/admin
- Timestamp:
- 2007/05/22 17:32:15 (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
r13275 r13276 114 114 $mailObj =& Mail::factory("smtp", $param); 115 115 // ¥á¡¼¥ëÁ÷¿® 116 $result = $mailObj-> end($sendResut["to"], $header, $body);116 $result = $mailObj->send($sendResut["to"], $header, $body); 117 117 118 118 } else {
Note: See TracChangeset
for help on using the changeset viewer.
