Skip to content

Commit 0878152

Browse files
committed
chore: add comment about SMTP PLAIN authentication
Ref: #1236 Signed-off-by: Christoph Maser <[email protected]>
1 parent 4211fa4 commit 0878152

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ global:
8080
# The default hostname to identify to the SMTP server.
8181
[ smtp_hello: <string> | default = "localhost" ]
8282
# SMTP Auth using CRAM-MD5, LOGIN and PLAIN. If empty, Alertmanager doesn't authenticate to the SMTP server.
83+
# PLAIN is only supported when using TLS.
8384
[ smtp_auth_username: <string> ]
8485
# SMTP Auth using LOGIN and PLAIN.
8586
[ smtp_auth_password: <secret> ]
@@ -1155,7 +1156,7 @@ The default `jira.default.description` template only works with V2.
11551156
# The API Type to use for search requests, can be either auto, cloud or datacenter
11561157
# Example: cloud
11571158
[ api_type: <string> | default = auto ]
1158-
1159+
11591160
# The project key where issues are created.
11601161
project: <string>
11611162
@@ -1814,7 +1815,7 @@ Please be aware that if the payload exceeds incident.io's API limits (512KB), th
18141815
# The HTTP client's configuration.
18151816
[ http_config: <http_config> | default = global.http_config ]
18161817
1817-
# The URL to send the incident.io alert. This would typically be provided by the
1818+
# The URL to send the incident.io alert. This would typically be provided by the
18181819
# incident.io team when setting up an alert source.
18191820
# URL and URL_file are mutually exclusive.
18201821
url: <string>

0 commit comments

Comments
 (0)