email invalid : ps
This commit is contained in:
parent
93083e234a
commit
f9f8896997
@ -953,7 +953,7 @@ function viewIGRDetails()
|
|||||||
}
|
}
|
||||||
$email = rtrim($email, " ,");
|
$email = rtrim($email, " ,");
|
||||||
$email_response = $notification->sendEmail([
|
$email_response = $notification->sendEmail([
|
||||||
'recipient_email' => "sanjeev.p@venbainfotech.com",
|
'recipient_email' => $email,
|
||||||
'subject' => $result_for_email['company'].' - IGR Notification',
|
'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' => '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,
|
'description' => $result_for_history['first_line']."<br>" .$history_content,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user