Changeset 13015


Ignore:
Timestamp:
2007/05/17 21:42:39 (16 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13013 r13015  
    7979        if(MELMAGA_MOBIE_SEND){ 
    8080             
    81             $sendResut = BLAYN_MAIL_SENDING( 
     81            $sendResut = array( 
    8282                                         $list_data[$i][$j]["email"]                //¡¡¸ÜµÒ°¸Àè 
    8383                                        ,$subjectBody                               //¡¡Subject 
     
    9090                                          ); 
    9191             
    92             print_r($smtp); 
     92            print_r($sendresult); 
    9393            $decoder = new Mail_mimeDecode($sendResut); 
    9494            $parts = $decoder->getSendArray(); 
Note: See TracChangeset for help on using the changeset viewer.