【优化】新增 sslEnable 字段,支持 outlook 邮箱

This commit is contained in:
YunaiV
2024-04-24 09:14:51 +08:00
parent 7f0485e872
commit 0649c315d1
5 changed files with 14 additions and 1 deletions

View File

@@ -520,6 +520,7 @@ CREATE TABLE IF NOT EXISTS "system_mail_account" (
"host" varchar NOT NULL,
"port" int NOT NULL,
"ssl_enable" bit NOT NULL,
"starttls_enable" bit NOT NULL,
"creator" varchar DEFAULT '',
"create_time" datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updater" varchar DEFAULT '',