From c2c5a3b9af8887f2d4d71e62cd83f4c735c30436 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 5 Feb 2021 10:19:51 +0100 Subject: [PATCH] Fix --- src/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index bfb1f39d..52d49442 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -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) {