Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 22, 2022
1 parent 53d91d3 commit 6b7dc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPMailer.php
Expand Up @@ -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()
Expand Down

0 comments on commit 6b7dc4e

Please sign in to comment.