Changeset 13379


Ignore:
Timestamp:
2007/05/24 21:37:55 (16 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r13378 r13379  
    3636 
    3737 
    38 echo $count; 
    39 exit; 
    40  
    4138if( $count > 0 ){ 
    4239    print("start sending <br />\n"); 
     
    8077        $subjectBody = ereg_replace( "{name}", $customerName , $mail_data[$i][0]["subject"] ); 
    8178        $mailBody = ereg_replace( "{name}", $customerName ,  $mail_data[$i][0]["body"] ); 
     79 
     80echo $list_data[$i][$j]["email"]; 
    8281 
    8382        //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç 
     
    119118            // ¥á¡¼¥ëÁ÷¿® 
    120119            $result = $mailObj->send($sendResut["to"], $header, $body); 
    121 if($result) { 
    122     echo "OK!!"; 
    123     exit; 
    124 } else { 
    125     echo "NG!!"; 
    126     exit; 
    127 }               
    128         } else { 
     120 
     121        } else { 
    129122            //-- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 
    130123            if( $mail_data[$i][0]["mail_method"] == 2 ) { 
     
    192185                    ,$objSite->data["email04"]                  //¡¡errors_to 
    193186                 ); 
    194                   
     187exit;                  
    195188    if ($_GET['mode'] = "now") { 
    196189        header("Location: " . URL_DIR . "admin/mail/history.php"); 
Note: See TracChangeset for help on using the changeset viewer.