diff --git a/adm_program/system/classes/email.php b/adm_program/system/classes/email.php index de2c7c4e33..2ad2cecbfa 100644 --- a/adm_program/system/classes/email.php +++ b/adm_program/system/classes/email.php @@ -414,7 +414,7 @@ public function sendEmail() // if number of bcc recipients = 1 then send the mail directly to the user and not as bcc if(count($bccArray) == 1) { - $this->addAddress($bcc['address'], $bcc['name']); + $this->addAddress($bccArray[0]['address'], $bccArray[0]['name']); } else {