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,