Changeset 13059 for branches/dev/html/admin
- Timestamp:
- 2007/05/18 12:30:13 (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
r13058 r13059 91 91 92 92 print_r($sendResut); 93 $decoder = new Mail_mimeDecode($sendResut);93 $decoder = & new Mail_mimeDecode($sendResut); 94 94 $parts = $decoder->getSendArray(); 95 95 list($recipients, $header, $body) = $parts; 96 96 97 97 $mailSend = new SC_Mail(); 98 $mailSend = factory("SMTP", $smtp);98 $mailSend = &factory("SMTP", $smtp); 99 99 $mailSend->send($recipients, $header, $body); 100 100
Note: See TracChangeset
for help on using the changeset viewer.
