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

This commit is contained in:
YunaiV
2024-04-24 09:14:43 +08:00
parent 2d999138ba
commit f405ac3293
3 changed files with 12 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ export interface MailAccountVO {
host: string
port: number
sslEnable: boolean
starttlsEnable: boolean
}
// 查询邮箱账号列表