diff options
Diffstat (limited to 'internal/configuration/schema/notifier.go')
| -rw-r--r-- | internal/configuration/schema/notifier.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/configuration/schema/notifier.go b/internal/configuration/schema/notifier.go index 00c45e8f7..159a90dea 100644 --- a/internal/configuration/schema/notifier.go +++ b/internal/configuration/schema/notifier.go @@ -23,6 +23,7 @@ type SMTPNotifierConfiguration struct { StartupCheckAddress mail.Address `koanf:"startup_check_address"` DisableRequireTLS bool `koanf:"disable_require_tls"` DisableHTMLEmails bool `koanf:"disable_html_emails"` + DisableStartTLS bool `koanf:"disable_starttls"` TLS *TLSConfig `koanf:"tls"` } |
