Changeset 13120


Ignore:
Timestamp:
2007/05/18 19:18:22 (16 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13119 r13120  
    9797                                          ); 
    9898             
    99             print_r("Test"); 
     99             
    100100             
    101101            $decoder =& new Mail_mimeDecode($sendResut); 
     
    104104             
    105105            $mailSend =& Mail::factory("SMTP", $mail_options); 
     106            print_r("Test"); 
    106107            $mailSend->send($recipients, $header, $body); 
    107108             
Note: See TracChangeset for help on using the changeset viewer.