This commit is contained in:
Marcus Bointon 2021-02-05 10:19:51 +01:00
parent b1582e23d9
commit c2c5a3b9af
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -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) {