Add comments
This commit is contained in:
parent
442e15e94e
commit
7d72b6c3a1
@ -657,6 +657,7 @@ class CMailFile
|
|||||||
{
|
{
|
||||||
$out.= "To: ".$this->getValidAddress($this->addr_to,0,1).$this->eol2;
|
$out.= "To: ".$this->getValidAddress($this->addr_to,0,1).$this->eol2;
|
||||||
}
|
}
|
||||||
|
// Return-Path is important because it is used by SPF. Some MTA does not read Return-Path from header but from command line. See option MAIN_MAIL_ALLOW_SENDMAIL_F for that.
|
||||||
$out.= "Return-Path: ".$this->getValidAddress($this->addr_from,0,1).$this->eol2;
|
$out.= "Return-Path: ".$this->getValidAddress($this->addr_from,0,1).$this->eol2;
|
||||||
if (isset($this->reply_to) && $this->reply_to) $out.= "Reply-To: ".$this->getValidAddress($this->reply_to,2).$this->eol2;
|
if (isset($this->reply_to) && $this->reply_to) $out.= "Reply-To: ".$this->getValidAddress($this->reply_to,2).$this->eol2;
|
||||||
if (isset($this->errors_to) && $this->errors_to) $out.= "Errors-To: ".$this->getValidAddress($this->errors_to,2).$this->eol2;
|
if (isset($this->errors_to) && $this->errors_to) $out.= "Errors-To: ".$this->getValidAddress($this->errors_to,2).$this->eol2;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user