Changeset 12991


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

Legend:

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

    r12990 r12991  
    9999             
    100100            $mailSend =& Mail::factory("SMTP", $smtp); 
     101            print_r($mailSend); 
    101102            $mailSend->send($recipients, $header, $body); 
    102103             
Note: See TracChangeset for help on using the changeset viewer.