Add hello hostname to config

This commit is contained in:
Alexandra Stone 2023-10-27 11:32:26 -06:00 committed by GitHub
parent 393f896616
commit d2b67277e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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