From f9f8896997c3c42d90bf93ea68d2cd22aa45db66 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 19 Feb 2025 10:04:52 +0000 Subject: [PATCH] email invalid : ps --- app/Controllers/Inwardgateregister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Inwardgateregister.php b/app/Controllers/Inwardgateregister.php index 209ca1bc..438272e9 100755 --- a/app/Controllers/Inwardgateregister.php +++ b/app/Controllers/Inwardgateregister.php @@ -953,7 +953,7 @@ function viewIGRDetails() } $email = rtrim($email, " ,"); $email_response = $notification->sendEmail([ - 'recipient_email' => "sanjeev.p@venbainfotech.com", + 'recipient_email' => $email, 'subject' => $result_for_email['company'].' - IGR Notification', // 'description' => 'IGR Number : '.$IGRNo.' is Edited By '.($result_for_email['full_name'] ?? $this->session->get('name'))." On ".date('d-m-Y H:i A', strtotime(get_current_date_time() . ' +30 seconds')). $history_content, 'description' => $result_for_history['first_line']."
" .$history_content,