Changeset 13146


Ignore:
Timestamp:
2007/05/18 21:44:38 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13145 r13146  
    101101                      
    102102                    $decoder =& new Mail_mimeDecode($sendResut);  
    103                     print_r($decoder);  
     103                    //print_r($decoder);  
    104104                    $parts = $decoder->getSendArray();  
    105                     print_r($parts);  
     105                    //print_r($parts);  
    106106                    list($recipients, $header, $body) = $parts;  
    107107                      
    108108                    //$mailSend =& Mail::factory("SMTP", $mail_options);  
    109109                    $mailSend =& Mail::factory("SMTP");  
    110                     print_r($mailSend);  
     110                    //print_r($mailSend);  
    111111                    $mailSend->send($recipients, $header, $body);  
    112112                    break;              
Note: See TracChangeset for help on using the changeset viewer.