feat: 邮箱账号
This commit is contained in:
@@ -6,6 +6,7 @@ export interface MailAccountVO {
|
||||
username: string;
|
||||
password: string;
|
||||
host: string;
|
||||
createTime: Date;
|
||||
port: number;
|
||||
sslEnable: boolean;
|
||||
starttlsEnable: boolean;
|
||||
|
||||
Reference in New Issue
Block a user