Changeset 13197


Ignore:
Timestamp:
2007/05/21 17:36:12 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13195 r13197  
    7979        if(MELMAGA_MOBILE_SEND){ 
    8080             
    81             $sendResut = MELMAGA_SENDING(  
     81            $sendResut = array(  
    8282                                         $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè  
    8383                                        ,$subjectBody                  //¡¡Subject  
     
    8888                                        ,$objSite->data["email04"]     //¡¡return_path  
    8989                                                                       ); 
     90            //¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹  
    9091            $mail_options = array(    
    91                         //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹  
    92                               'host' => "127.0.0.1"  
    93                              ,'port' => "25"                   
    94                                           );  
     92                                   'host' => "127.0.0.1"  
     93                                  ,'port' => "25"                   
     94                                                         );  
    9595              
    9696            print_r($sendResut);  
    9797                      
    9898            $decoder =& new Mail_mimeDecode($sendResut);  
    99             //print_r($decoder);  
    10099            $parts = $decoder->getSendArray();  
    101             //print_r($parts);  
     100             
    102101            list($recipients, $headers, $body) = $parts;  
    103102             
     
    182181 
    183182//--- ¥á¥ë¥Þ¥¬ÇÛ¿®¡ÊBLAYNÏ¢·È¤Î¾ì¹ç¡Ë 
    184 function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) { 
     183function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc="", $cc ="" ) { 
    185184 
    186185 
Note: See TracChangeset for help on using the changeset viewer.