Bugfix for use of BCC for all mails

This commit is contained in:
OpenXE
2022-12-21 15:05:05 +00:00
parent bb9fd68613
commit 0648e57b63
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -27328,7 +27328,7 @@ function MailSendFinal($from,$from_name,$to,$to_name,$betreff,$text,$files="",$p
$bcc3 = $this->Firmendaten('bcc3');
if($bcc3!="")
{
$bccRecipients[] = new EmailRecipient($bcc3[0], $bcc3[1]);
$bccRecipients[] = new EmailRecipient($bcc3, $bcc3);
}
// This will build the mail with phpmailer 6 and send it out