mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added SMTP Provider and the ability to share OAUTH keys with IMAP for M365 Mail Auth
This commit is contained in:
3
db.sql
3
db.sql
@@ -1981,6 +1981,7 @@ CREATE TABLE `settings` (
|
||||
`company_id` int(11) NOT NULL,
|
||||
`config_current_database_version` varchar(10) NOT NULL,
|
||||
`config_start_page` varchar(200) DEFAULT 'clients.php',
|
||||
`config_smtp_provider` enum('standard_smtp','google_oauth','microsoft_oauth') DEFAULT NULL,
|
||||
`config_smtp_host` varchar(200) DEFAULT NULL,
|
||||
`config_smtp_port` int(5) DEFAULT NULL,
|
||||
`config_smtp_encryption` varchar(200) DEFAULT NULL,
|
||||
@@ -2765,4 +2766,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2025-09-12 15:55:31
|
||||
-- Dump completed on 2025-09-15 17:22:23
|
||||
|
||||
Reference in New Issue
Block a user