Ignore:
Timestamp:
2007/03/12 20:01:46 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r17 r11807  
    127127    //---¡¡Á÷¿®´°Î»¡¡Êó¹ð¥á¡¼¥ë 
    128128    $compData =  date("Yǯm·îdÆüH»þiʬ" . "  ²¼µ­¥á¡¼¥ë¤ÎÇÛ¿®¤¬´°Î»¤·¤Þ¤·¤¿¡£" ); 
     129    /* 
    129130    MAIL_SENDING( 
    130131                     $objSite->data["email03"]   
     
    137138                    ,$objSite->data["email04"]                  //¡¡errors_to 
    138139                 ); 
    139      
     140    */ 
     141    HTML_MAIL_SENDING( 
     142                     $objSite->data["email03"]   
     143                    ,$compData 
     144                    ,$mail_data[$i][0]["body"] 
     145                    ,$objSite->data["email03"]                  //¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹ 
     146                    ,$objSite->data["company_name"]             //¡¡Á÷¿®¸µÌ¾ 
     147                    ,$objSite->data["email03"]                  //¡¡reply_to 
     148                    ,$objSite->data["email04"]                  //¡¡return_path 
     149                    ,$objSite->data["email04"]                  //¡¡errors_to 
     150                 ); 
     151                  
    140152    if ($_GET['mode'] = "now") { 
    141153        header("Location: " . URL_DIR . "admin/mail/history.php"); 
Note: See TracChangeset for help on using the changeset viewer.