From 8d8e3a3c2413f98c6d85a66a6d645b6958bff8e4 Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Tue, 21 Sep 2021 11:12:38 +0530 Subject: [PATCH] changes : ps --- api/application/helpers/pdalerts_helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/helpers/pdalerts_helper.php b/api/application/helpers/pdalerts_helper.php index 9bc6f9c1..3488d3e1 100644 --- a/api/application/helpers/pdalerts_helper.php +++ b/api/application/helpers/pdalerts_helper.php @@ -540,8 +540,8 @@ class PDALERTS $mail->Username = "noreply@ssa.sineedge.com"; // "The account" $mail->Password = "noreply@ssa"; // "The password" $mail->Port = 465; // "The port" - //$mail_id = 'ssa@venbainfotech.com'; - $mail_id = 'sanjeev.p@venbainfotech.com'; + $mail_id = 'ssa@venbainfotech.com'; + // $mail_id = 'sanjeev.p@venbainfotech.com'; if(ENVIRONMENT == 'production') { $mail_id = 'cpa@smcfinance.com';