email invalid : ps

This commit is contained in:
VE10-Sanjeev 2025-02-19 10:04:52 +00:00
parent 93083e234a
commit f9f8896997

View File

@ -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']."<br>" .$history_content,