feat: 允许自定义发送邮件 smtp 服务器

This commit is contained in:
13574
2023-02-18 17:18:57 +08:00
parent 50b4c37092
commit d7a63cb09d
3 changed files with 23 additions and 4 deletions

View File

@ -3,6 +3,8 @@
"mailConfig": {
"user":"",
"pass":"",
"mailto":""
"mailto":"",
"smtpServer":"",
"smtpPort":""
}
}