From 6b7dc4edabfa51c8f6b68a09310b627bca3b0fa2 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 22 Aug 2022 09:55:30 +0200 Subject: [PATCH] CS --- src/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index afffed074..895c8b7d1 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -1892,7 +1892,7 @@ protected function mailSend($header, $body) $toArr[] = $this->addrFormat($toaddr); } $to = trim(implode(', ', $toArr)); - + //If there are no To-addresses (e.g. when sending only to BCC-addresses) //the following should be added to get a correct DKIM-signature. //Compare with $this->preSend()