Changeset 13131


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

Legend:

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

    r13130 r13131  
    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      
     192    return true; 
    193193} 
    194194 
Note: See TracChangeset for help on using the changeset viewer.