🐛 fix邮件发送配置少了useSsl属性
This commit is contained in:
parent
2c287f66f3
commit
948b1bcf4e
@ -85,7 +85,8 @@
|
|||||||
//协议
|
//协议
|
||||||
"Smtp": "smtp.qq.com",
|
"Smtp": "smtp.qq.com",
|
||||||
"Port": 587,
|
"Port": 587,
|
||||||
"Signature": "系统邮件,请勿回复!"
|
"Signature": "系统邮件,请勿回复!",
|
||||||
|
"UseSsl": true
|
||||||
},
|
},
|
||||||
//redis服务配置
|
//redis服务配置
|
||||||
"RedisServer": {
|
"RedisServer": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user