Changeset 13157


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

Legend:

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

    r13153 r13157  
    7979        if(MELMAGA_MOBILE_SEND){ 
    8080              
    81             $sendResut = array(  
     81            $sendResut = MELMAGA_SENDING(  
    8282                               $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè  
    8383                              ,$subjectBody                  //¡¡Subject  
     
    191191 
    192192    $mail_obj = new GC_SendMail();   
    193     $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
     193    $mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    194194       
    195195        return true; 
Note: See TracChangeset for help on using the changeset viewer.