feat: 邮箱账号

This commit is contained in:
2025-09-19 17:05:00 +08:00
parent 03009cd64d
commit 7b29154116
8 changed files with 1030 additions and 98 deletions

View File

@@ -6,6 +6,7 @@ export interface MailAccountVO {
username: string;
password: string;
host: string;
createTime: Date;
port: number;
sslEnable: boolean;
starttlsEnable: boolean;