Skip to content

Commit e221b74

Browse files
committed
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 b35377d commit e221b74

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
@@ -115,6 +115,13 @@ can specify the following email account attributes:
115115
If `true`, then `STARTTLS` will be required. If that command fails, the
116116
connection will fail. Defaults to `false`.
117117

118+
`smtp.ssl.trust`;;
119+
A list of SMTP server hosts that are assumed trusted and for which
120+
certificate verification is disabled. If set to "*", all hosts are
121+
trusted. If set to a whitespace separated list of hosts, those hosts
122+
are trusted. Otherwise, trust depends on the certificate the server
123+
presents.
124+
118125
`smtp.timeout`;;
119126
The socket read timeout. Default is two minutes.
120127

0 commit comments

Comments
 (0)