Changeset 13121


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

Legend:

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

    r13120 r13121  
    104104             
    105105            $mailSend =& Mail::factory("SMTP", $mail_options); 
    106             print_r("Test"); 
     106            print_r($mailSend); 
    107107            $mailSend->send($recipients, $header, $body); 
    108108             
Note: See TracChangeset for help on using the changeset viewer.