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

1
db.sql
View File

@@ -1066,6 +1066,7 @@ CREATE TABLE `settings` (
`config_ticket_from_name` varchar(200) DEFAULT NULL,
`config_ticket_from_email` varchar(200) DEFAULT NULL,
`config_ticket_email_parse` int(1) NOT NULL DEFAULT 0,
`config_ticket_client_general_notifications` int(1) NOT NULL DEFAULT 0,
`config_enable_cron` tinyint(1) DEFAULT NULL,
`config_recurring_auto_send_invoice` tinyint(1) DEFAULT NULL,
`config_enable_alert_domain_expire` tinyint(1) DEFAULT NULL,