🐛 fix邮件发送配置少了useSsl属性

This commit is contained in:
不做码农 2023-06-19 19:53:00 +08:00
parent 2c287f66f3
commit 948b1bcf4e

View File

@ -85,7 +85,8 @@
//
"Smtp": "smtp.qq.com",
"Port": 587,
"Signature": "系统邮件,请勿回复!"
"Signature": "系统邮件,请勿回复!",
"UseSsl": true
},
//redis
"RedisServer": {