Add configuration setting to control whether clients should get automatic ticket-related emails (ticket open/close)

This commit is contained in:
Marcus Hill
2023-01-21 15:47:01 +00:00
parent 6f900269d7
commit fb6848f508
8 changed files with 558 additions and 542 deletions

View File

@@ -58,6 +58,7 @@ $config_ticket_next_number = $row['config_ticket_next_number'];
$config_ticket_from_name = $row['config_ticket_from_name'];
$config_ticket_from_email = $row['config_ticket_from_email'];
$config_ticket_email_parse = $row['config_ticket_email_parse'];
$config_ticket_client_general_notifications = $row['config_ticket_client_general_notifications'];
// Alerts
$config_enable_cron = $row['config_enable_cron'];