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