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

Legend:

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

    r13158 r13159  
    192192    $mail_obj = new GC_SendMail();   
    193193    $mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    194        
     194     
     195    return MELMAGA_SENDING; 
    195196} 
    196197 
Note: See TracChangeset for help on using the changeset viewer.