Ignore:
Timestamp:
2011/06/11 15:30:02 (13 years ago)
Author:
Ringo
Message:

#1349(件名「【shop名】会員登録が完了しました。」メールが届かない。)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/regist/LC_Page_Regist.php

    r20764 r20972  
    165165        $objMail->setItem( 
    166166                              ''                                // 宛先 
    167                             , $subject                          // サブジェクト 
    168                             , $toCustomerMail                   // 本文 
    169                             , $this->CONF["email03"]            // 配送元アドレス 
    170                             , $this->CONF["shop_name"]          // 配送元 名前 
    171                             , $this->CONF["email03"]            // reply_to 
    172                             , $this->CONF["email04"]            // return_path 
    173                             , $this->CONF["email04"]            // Errors_to 
     167                            , $subject                  // サブジェクト 
     168                            , $toCustomerMail           // 本文 
     169                            , $CONF["email03"]          // 配送元アドレス 
     170                            , $CONF["shop_name"]        // 配送元 名前 
     171                            , $CONF["email03"]          // reply_to 
     172                            , $CONF["email04"]          // return_path 
     173                            , $CONF["email04"]          // Errors_to 
    174174                        ); 
    175175        // 宛先の設定 
Note: See TracChangeset for help on using the changeset viewer.