smtp支持ssl
This commit is contained in:
@@ -7,6 +7,7 @@ type EmialConfigDataMailgun struct {
|
||||
}
|
||||
|
||||
type EmailConfigDataSmtp struct {
|
||||
IsSSL bool `json:"is_ssl"` // 是否SSL
|
||||
Username string `json:"username"` // 邮箱账号
|
||||
Password string `json:"password"` // 授权码
|
||||
Host string `json:"host"` // SMTP 服务器【默认smtpdm.aliyun.com】
|
||||
|
||||
Reference in New Issue
Block a user