🐛 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", "Smtp": "smtp.qq.com",
"Port": 587, "Port": 587,
"Signature": "系统邮件,请勿回复!" "Signature": "系统邮件,请勿回复!",
"UseSsl": true
}, },
//redis服务配置 //redis服务配置
"RedisServer": { "RedisServer": {