Correct flag to helo and make shorter

This commit is contained in:
Alexandra Stone
2023-12-27 14:42:31 -07:00
committed by GitHub
parent aac9ba8b50
commit a8e96f5457
4 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ var (
SmtpPort int
SmtpUsername string
SmtpPassword string
HelloHostName string
SmtpHelo string
SmtpNoTLSCheck bool
SmtpEncryption string
SmtpAuthType string