Implement HELLO_HOSTNAME runtime configuration variable

This commit is contained in:
Ioannis Dressos 2023-10-29 16:08:48 +02:00 committed by GitHub
parent ca42b4aeab
commit 08024e2ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View file

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