Skip to content

Commit 74993fe

Browse files
authored
Document smtp.ssl.trust configuration option (#34275)
This adds documentation for `smtp.ssl.trust` that was reintroduced in #31684 in 6.3.2. Resolves #32936
1 parent 2c82b80 commit 74993fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/settings/notification-settings.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ can specify the following email account attributes:
120120
If `true`, then `STARTTLS` will be required. If that command fails, the
121121
connection will fail. Defaults to `false`.
122122

123+
`smtp.ssl.trust`;;
124+
A list of SMTP server hosts that are assumed trusted and for which
125+
certificate verification is disabled. If set to "*", all hosts are
126+
trusted. If set to a whitespace separated list of hosts, those hosts
127+
are trusted. Otherwise, trust depends on the certificate the server
128+
presents.
129+
123130
`smtp.timeout`;;
124131
The socket read timeout. Default is two minutes.
125132

0 commit comments

Comments
 (0)