feat: able to set smtp ssl

This commit is contained in:
CaIon
2024-03-28 12:18:11 +08:00
parent 786ccc7da0
commit 5c39f54040
4 changed files with 16 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ var LogConsumeEnabled = true
var SMTPServer = ""
var SMTPPort = 587
var SMTPSSLEnabled = false
var SMTPAccount = ""
var SMTPFrom = ""
var SMTPToken = ""