Enable SSL in SMTP

This commit is contained in:
Jag_k 2022-09-02 20:14:20 +03:00
parent efbc36d61f
commit abaeac442f
No known key found for this signature in database
GPG key ID: 74C56728B54DA29A
3 changed files with 24 additions and 8 deletions

View file

@ -11,6 +11,7 @@ var (
SmtpUsername string
SmtpPassword string
SmtpNoTLSCheck bool
SmtpEncryption string
SmtpAuthType string
SendgridApiKey string
EmailFrom string