Changeset 13124


Ignore:
Timestamp:
2007/05/18 19:23:38 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13123 r13124  
    101101            $decoder =& new Mail_mimeDecode($sendResut); 
    102102            $parts = $decoder->getSendArray(); 
     103            print_r($parts); 
    103104            list($recipients, $header, $body) = $parts; 
    104105             
     
    106107            $mailSend =& Mail::factory("SMTP"); 
    107108            print_r($mailSend); 
    108             //$mailSend->send($recipients, $header, $body); 
     109            $mailSend->send($recipients, $header, $body); 
    109110             
    110111        } else { 
Note: See TracChangeset for help on using the changeset viewer.