add smtp secure option

This commit is contained in:
2023-02-19 09:09:49 +08:00
parent 3bc0ff396d
commit c89ab1f8bb
3 changed files with 61 additions and 37 deletions

View File

@ -5,6 +5,7 @@
"pass":"",
"mailto":"",
"smtpServer":"",
"smtpPort":""
"smtpPort":"",
"smtpSecure":true
}
}