From d2b67277e3e454aff3b00e8b7a03e7a7a9d023f4 Mon Sep 17 00:00:00 2001 From: Alexandra Stone <144961922+alexcmatm@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:32:26 -0600 Subject: [PATCH] Add hello hostname to config --- util/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/util/config.go b/util/config.go index 3c3bd18..5324dff 100644 --- a/util/config.go +++ b/util/config.go @@ -10,6 +10,7 @@ var ( SmtpPort int SmtpUsername string SmtpPassword string + HelloHostName string SmtpNoTLSCheck bool SmtpEncryption string SmtpAuthType string