0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
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

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