Enable email event notifications
StackState Self-hosted v5.1.x
Overview
Configure an SMTP server to use for email event notifications
stackstate: components: viewHealth: config: | stackstate{ email { properties { "mail.smtp.auth" = "true" # "true" when user/pass provided "mail.smtp.starttls.enable" = "false" # use "true" for TLS } sender = "<EMAIL_SENDER_ADDRESS>" server { protocol = "smtp" host = "<SMTP_SERVER_HOST>" port = 25 username = "XXX" # optional password = "XXX" # optional } } }
See also
Last updated