Changeset 13199


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

Legend:

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

    r13197 r13199  
    102102             
    103103            $mail_object =& Mail::factory("smtp", $mail_options); 
    104             $mail_object->end($recipients, $header, $body);  
     104            $mail_object->send($recipients, $header, $body);  
    105105            break;              
    106106                  
Note: See TracChangeset for help on using the changeset viewer.