Fix
This commit is contained in:
parent
b1582e23d9
commit
c2c5a3b9af
|
|
@ -1666,7 +1666,7 @@ class PHPMailer
|
|||
}
|
||||
|
||||
$sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), $this->Sender);
|
||||
$this->edebug("Sending with sendmail\nTo: {$toAddr}\nCommand: {$sendmail}\nHeaders: {$header}");
|
||||
$this->edebug("Sending with sendmail\nCommand: {$sendmail}\nHeaders: {$header}");
|
||||
|
||||
if ($this->SingleTo) {
|
||||
foreach ($this->SingleToArray as $toAddr) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue