From 3b8945983bbd435969f88847c2801c2a5519ce19 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 5 Sep 2022 13:44:30 +0530 Subject: [PATCH] fixes : pd --- api/application/helpers/cet_creditpd_helper.php | 8 ++++++-- api/application/helpers/pdalerts_helper.php | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) 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));