Changeset 13104


Ignore:
Timestamp:
2007/05/18 15:57:06 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13103 r13104  
    9696             
    9797            print_r($sendResut); 
    98             print_r(MELMAGA_SENDING()); 
    9998             
    10099            $decoder = & new Mail_mimeDecode($sendResut); 
     
    185184 
    186185    $mail_obj = new GC_SendMail();   
    187     $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
     186    $mail_obj->setItemHTML( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    188187     
    189188} 
Note: See TracChangeset for help on using the changeset viewer.