feat: add email sender

Signed-off-by: Kininaru <shiftregister233@outlook.com>

update go mod sum

Signed-off-by: Kininaru <shiftregister233@outlook.com>
This commit is contained in:
Kininaru
2021-05-09 11:38:48 +08:00
parent a1851c2b78
commit 885592d774
4 changed files with 58 additions and 1 deletions

View File

@ -8,4 +8,8 @@ dataSourceName = root:123@tcp(localhost:3306)/
dbName = casdoor
AuthState = "casdoor"
UseProxy = false
EnableDocs = true
EnableDocs = true
mailUser = ""
mailPass = ""
mailHost = ""
mailPort = ""