SMTP support

This commit is contained in:
Tagada 2022-01-28 20:20:26 +01:00
parent f3a788e3a4
commit 5aec58968e
6 changed files with 129 additions and 2 deletions

View file

@ -4,6 +4,12 @@ package util
var (
DisableLogin bool
BindAddress string
SmtpHostname string
SmtpPort int
SmtpUsername string
SmtpPassword string
SmtpNoTLSCheck bool
SmtpAuthType string
SendgridApiKey string
EmailFrom string
EmailFromName string