Ticket #14888: class-phpmailer.php.diff
| File class-phpmailer.php.diff, 502 bytes (added by gkusardi, 3 years ago) |
|---|
-
class-phpmailer.php
866 866 $result .= $this->HeaderLine('Date', $this->RFCDate()); 867 867 if($this->Sender == '') { 868 868 $result .= $this->HeaderLine('Return-Path', trim($this->From)); 869 $this->Sender = $this->From; 869 870 } else { 870 871 $result .= $this->HeaderLine('Return-Path', trim($this->Sender)); 871 872 }
