Changeset 13146
- Timestamp:
- 2007/05/18 21:44:38 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13145 r13146 101 101 102 102 $decoder =& new Mail_mimeDecode($sendResut); 103 print_r($decoder);103 //print_r($decoder); 104 104 $parts = $decoder->getSendArray(); 105 print_r($parts);105 //print_r($parts); 106 106 list($recipients, $header, $body) = $parts; 107 107 108 108 //$mailSend =& Mail::factory("SMTP", $mail_options); 109 109 $mailSend =& Mail::factory("SMTP"); 110 print_r($mailSend);110 //print_r($mailSend); 111 111 $mailSend->send($recipients, $header, $body); 112 112 break;
Note: See TracChangeset
for help on using the changeset viewer.