[Tep-j-general] Re: 送信メールの Return- Path ヘッダ

Back to archive index

坂倉 潤一 saka_jet****@hotma*****
2004年 3月 25日 (木) 18:38:33 JST


お世話になっております。鈴木です。

私が、以前行いましたメールのReturn-Pathをショップ情報のE-Mailアドレスにした
際に変更した部分です。

1.catalog/includes/classes/email.php の521行目
【変更後】
        return mail($to, $subject, $this->output, 'From: 
'.$from.$this->lf.implode($this->lf, 
$this->headers).$this->lf.implode($this->lf, $xtra_headers));
【変更後】
        return mail($to, $subject, $this->output, 'From: 
'.$from.$this->lf.implode($this->lf, 
$this->headers).$this->lf.implode($this->lf, $xtra_headers), '-f' . 
STORE_OWNER_EMAIL_ADDRESS);

2.ec_admin/includes/classes/email.php の479行目
【変更後】
      return mail($to, $subject, $this->output, 'From: 
'.$from.$this->lf.implode($this->lf, 
$this->headers).$this->lf.implode($this->lf, $xtra_headers));
【変更後】
      return mail($to, $subject, $this->output, 'From: 
'.$from.$this->lf.implode($this->lf, 
$this->headers).$this->lf.implode($this->lf, $xtra_headers), '-f' . 
STORE_OWNER_EMAIL_ADDRESS);

_________________________________________________________________
友達と24時間ホットライン「MSN メッセンジャー」、今すぐダウンロード!  
http://messenger.msn.co.jp 




Tep-j-general メーリングリストの案内
Back to archive index