Changeset 13147


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

Legend:

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

    r13146 r13147  
    193193    $mail_obj = new GC_SendMail();   
    194194    $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    195       if(MELMAGA_MOBILE_SEND) { 
     195       
    196196        return true; 
    197     } 
    198197} 
    199198 
Note: See TracChangeset for help on using the changeset viewer.