From 5fcde0fea21249e683e5b9e9b943ac5f38599496 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 14 Nov 2025 17:44:47 +0100 Subject: [PATCH] chore: add comment about SMTP PLAIN authentication Ref: #1236 Signed-off-by: Christoph Maser --- docs/configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index d08a8e6556..66c60c139e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -80,6 +80,7 @@ global: # The default hostname to identify to the SMTP server. [ smtp_hello: | default = "localhost" ] # SMTP Auth using CRAM-MD5, LOGIN and PLAIN. If empty, Alertmanager doesn't authenticate to the SMTP server. + # PLAIN is only supported when using TLS. [ smtp_auth_username: ] # SMTP Auth using LOGIN and PLAIN. [ smtp_auth_password: ] @@ -1155,7 +1156,7 @@ The default `jira.default.description` template only works with V2. # The API Type to use for search requests, can be either auto, cloud or datacenter # Example: cloud [ api_type: | default = auto ] - + # The project key where issues are created. project: @@ -1826,7 +1827,7 @@ Please be aware that if the payload exceeds incident.io's API limits (512KB), th # The HTTP client's configuration. [ http_config: | default = global.http_config ] -# The URL to send the incident.io alert. This would typically be provided by the +# The URL to send the incident.io alert. This would typically be provided by the # incident.io team when setting up an alert source. # URL and URL_file are mutually exclusive. url: