mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-02 14:59:27 +08:00
chore: 邮件配置页面字段调整
This commit is contained in:
@@ -283,13 +283,14 @@ export interface BasicConfig {
|
||||
|
||||
/** 邮箱配置类型 */
|
||||
export interface MailConfig {
|
||||
MAIL_SEND_TYPE: string
|
||||
MAIL_SMTP_SERVER: string
|
||||
MAIL_PROTOCOL: string
|
||||
MAIL_HOST: string
|
||||
MAIL_SMTP_PORT: string
|
||||
MAIL_SMTP_USERNAME: string
|
||||
MAIL_SMTP_PASSWORD: string
|
||||
MAIL_SMTP_VERIFY_TYPE: string
|
||||
MAIL_FROM: string
|
||||
MAIL_SSL_ENABLE: string
|
||||
MAIL_SSL_PORT: string
|
||||
}
|
||||
|
||||
/** 安全配置类型 */
|
||||
|
||||
Reference in New Issue
Block a user