Changeset 13195


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

Legend:

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

    r13176 r13195  
    103103             
    104104            $mail_object =& Mail::factory("smtp", $mail_options); 
    105             $mail_object->send($recipients, $header, $body);  
     105            $mail_object->end($recipients, $header, $body);  
    106106            break;              
    107107                  
Note: See TracChangeset for help on using the changeset viewer.