diff --git a/api/application/helpers/cet_creditpd_helper.php b/api/application/helpers/cet_creditpd_helper.php index c4e07112..9e5cc907 100644 --- a/api/application/helpers/cet_creditpd_helper.php +++ b/api/application/helpers/cet_creditpd_helper.php @@ -14,8 +14,12 @@ class CET_CREDITPD $key_check = array("Supplier details","Clients details","Stock details", "Neighbourhood Details", "Existing Loan Obligations","Business Assets"); for($i=0;$iaddBCC("sanjeev.p@venbainfotech.com"); } @@ -855,6 +857,7 @@ class PDALERTS $mail->Subject = $subject; $mail->Body = 'Dear Team ,

'.$arg["msg"]; $mail->AltBody = $arg["msg"]; + $mail->addBCC($arg["mail"]); if(!$mail->send()) { // $logger->error("Mailer Error:" ,array($mail->ErrorInfo));