Changeset 13132


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

Legend:

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

    r13131 r13132  
    190190    $mail_obj = new GC_SendMail();   
    191191    $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    192     return true; 
     192      if( $mail_obj->sendMail() ) { 
     193        return true; 
     194    } 
    193195} 
    194196 
Note: See TracChangeset for help on using the changeset viewer.