Add support to SSL/TLS/SSLTLS encryption for SMTP (#221)

This commit is contained in:
Jag_k 2022-09-30 11:26:17 +03:00 committed by GitHub
parent 2c2db61158
commit 63d6e1f391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 7 deletions

View file

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