Changeset 12986
- Timestamp:
- 2007/05/17 20:54:38 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r12971 r12986 94 94 ); 95 95 96 $decoder = &new Mail_mimeDecode($sendResut);96 $decoder = new Mail_mimeDecode($sendResut); 97 97 $parts = $decoder->getSendArray(); 98 98 list($recipients, $header, $body) = $parts; 99 99 100 100 $mailSend =& Mail::factory("SMTP", $smtp); 101 101 Mail::send($recipients, $header, $body); 102 102 103 103 } else {
Note: See TracChangeset
for help on using the changeset viewer.