Changeset 12992


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

Legend:

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

    r12991 r12992  
    9595             
    9696            $decoder = new Mail_mimeDecode($sendResut); 
     97            print_r($decoder); 
    9798            $parts = $decoder->getSendArray(); 
    9899            list($recipients, $header, $body) = $parts; 
    99100             
    100101            $mailSend =& Mail::factory("SMTP", $smtp); 
    101             print_r($mailSend); 
    102102            $mailSend->send($recipients, $header, $body); 
    103103             
Note: See TracChangeset for help on using the changeset viewer.