We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70540d commit da56f73Copy full SHA for da56f73
adm_program/system/classes/email.php
@@ -414,7 +414,7 @@ public function sendEmail()
414
// if number of bcc recipients = 1 then send the mail directly to the user and not as bcc
415
if(count($bccArray) == 1)
416
{
417
- $this->addAddress($bcc['address'], $bcc['name']);
+ $this->addAddress($bccArray[0]['address'], $bccArray[0]['name']);
418
}
419
else
420
0 commit comments