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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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