feat: able to configure smtp from now (close #34)

This commit is contained in:
JustSong
2023-05-13 18:33:41 +08:00
parent bc87b023f5
commit 6cb284c8fd
4 changed files with 23 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ var RegisterEnabled = true
var SMTPServer = ""
var SMTPPort = 587
var SMTPAccount = ""
var SMTPFrom = ""
var SMTPToken = ""
var GitHubClientId = ""