Changeset 13011


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

Legend:

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

    r13006 r13011  
    189189    $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    190190         
    191     if( $mail_obj->sendMail() ) { 
    192         return true; 
    193     } 
     191     
    194192     
    195193} 
Note: See TracChangeset for help on using the changeset viewer.