mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix email for iCal
This commit is contained in:
@@ -1542,7 +1542,7 @@ if (isset($_POST['edit_ticket_schedule'])) {
|
||||
'recipient_name' => $contact_name,
|
||||
'subject' => "Ticket Scheduled - [$ticket_prefix$ticket_number] - $ticket_subject",
|
||||
'body' => "Hello, $contact_name<br><br>Your ticket regarding $ticket_subject has been scheduled for $schedule.<br><br>--------------------------------<br><a href=\"$full_ticket_url\">$ticket_link</a><br>--------------------------------<br><br> Please do not reply to this email. <br><br>Ticket: $ticket_prefix$ticket_number<br>Subject: $ticket_subject<br>Portal: https://$config_base_url/portal/ticket.php?id=$ticket_id<br><br>~<br>$session_company_name<br>Support Department<br>$config_ticket_from_email<br>$company_phone",
|
||||
'cal_str' => $cal_str,
|
||||
'cal_str' => $cal_str
|
||||
],
|
||||
[
|
||||
'from' => $config_ticket_from_email,
|
||||
@@ -1551,7 +1551,7 @@ if (isset($_POST['edit_ticket_schedule'])) {
|
||||
'recipient_name' => $row['user_first_name'] . ' ' . $row['user_last_name'],
|
||||
'subject' => "Ticket Scheduled - [$ticket_prefix$ticket_number] - $ticket_subject",
|
||||
'body' => "Hello, " . $row['user_first_name'] . "<br><br>The ticket regarding $ticket_subject has been scheduled for $schedule.<br><br>--------------------------------<br><a href=\"$full_ticket_url\">$ticket_link</a><br>--------------------------------<br><br>Please do not reply to this email. <br><br>Ticket: $ticket_prefix$ticket_number<br>Subject: $ticket_subject<br>Portal: https://$config_base_url/portal/ticket.php?id=$ticket_id<br><br>~<br>$session_company_name<br>Support Department<br>$config_ticket_from_email<br>$company_phone",
|
||||
'cal_str' => $cal_str,
|
||||
'cal_str' => $cal_str
|
||||
]
|
||||
];
|
||||
|
||||
@@ -1568,7 +1568,7 @@ if (isset($_POST['edit_ticket_schedule'])) {
|
||||
'recipient_name' => $watcher_email,
|
||||
'subject' => "Ticket Scheduled - [$ticket_prefix$ticket_number] - $ticket_subject",
|
||||
'body' => "Hello, " . $watcher_email . "<br><br>The ticket regarding $ticket_subject has been scheduled for $schedule.<br><br>--------------------------------<br><a href=\"$full_ticket_url\">$ticket_link</a><br>--------------------------------<br><br>Please do not reply to this email. <br><br>Ticket: $ticket_prefix$ticket_number<br>Subject: $ticket_subject<br>Portal: https://$config_base_url/portal/ticket.php?id=$ticket_id<br><br>~<br>$session_company_name<br>Support Department<br>$config_ticket_from_email<br>$company_phone",
|
||||
'cal_str' => $cal_str,
|
||||
'cal_str' => $cal_str
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user