Changeset 13171
- Timestamp:
- 2007/05/21 11:40:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13170 r13171 94 94 ); 95 95 96 96 print_r($sendResut); 97 97 98 99 100 101 102 98 $decoder =& new Mail_mimeDecode($sendResut); 99 //print_r($decoder); 100 $parts = $decoder->getSendArray(); 101 //print_r($parts); 102 list($recipients, $header, $body) = $parts; 103 103 104 105 106 107 108 104 //$mailSend =& Mail::factory("SMTP", $mail_options); 105 $mailSend =& Mail::factory("SMTP"); 106 //print_r($mailSend); 107 $mailSend->send($recipients, $header, $body); 108 break; 109 109 110 110 } else {
Note: See TracChangeset
for help on using the changeset viewer.