Changeset 13171 for branches/dev/html/admin
- Timestamp:
- 2007/05/21 11:40:43 (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
r13170 r13171 94 94 ); 95 95 96 print_r($sendResut);96 print_r($sendResut); 97 97 98 $decoder =& new Mail_mimeDecode($sendResut);99 //print_r($decoder);100 $parts = $decoder->getSendArray();101 //print_r($parts);102 list($recipients, $header, $body) = $parts;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 //$mailSend =& Mail::factory("SMTP", $mail_options);105 $mailSend =& Mail::factory("SMTP");106 //print_r($mailSend);107 $mailSend->send($recipients, $header, $body);108 break;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.
