diff --git a/pkg/email/config.go b/pkg/email/config.go index 9041c7a62..11ace69a5 100644 --- a/pkg/email/config.go +++ b/pkg/email/config.go @@ -39,6 +39,12 @@ const ( ) // Config represents the env var based configuration for email SMTP server connection. +// +// Note: This may not work with email providers that do not accept external connections. +// The provider must accept TLS and users should consider the security of the +// email provder / account. +// Gmail or Google Workspace accounts can be used with an app-password, but will +// not work with security features such as Advanced Protection enabled. type Config struct { ProviderType ProviderType