Changeset 13126


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

Legend:

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

    r13125 r13126  
    106106            //$mailSend =& Mail::factory("SMTP", $mail_options); 
    107107            $mailSend =& Mail::factory("SMTP"); 
    108             print_r($mailSend); 
     108            //print_r($mailSend); 
    109109            $mailSend->send($recipients, $header, $body); 
    110110            break;             
Note: See TracChangeset for help on using the changeset viewer.