Changeset 13171


Ignore:
Timestamp:
2007/05/21 11:40:43 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13170 r13171  
    9494                                          );  
    9595              
    96                     print_r($sendResut);  
     96            print_r($sendResut);  
    9797                      
    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;  
    103103                      
    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;              
    109109                  
    110110        } else { 
Note: See TracChangeset for help on using the changeset viewer.