Changeset 13107


Ignore:
Timestamp:
2007/05/18 16:13:50 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13106 r13107  
    7979        if(MELMAGA_MOBIE_SEND){ 
    8080              
    81             print_r(new MELMAGA_SENDING()); 
    8281            $sendResut = MELMAGA_SENDING( 
    8382                                         $list_data[$i][$j]["email"]                //¡¡¸ÜµÒ°¸Àè 
     
    185184 
    186185    $mail_obj = new GC_SendMail();   
    187     $mail_obj->setItemHTML( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
     186    $mail_obj->setItem( $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.