diff --git a/docs/reference/settings/notification-settings.asciidoc b/docs/reference/settings/notification-settings.asciidoc index 402e2244337ba..f6102a5bd1f4c 100644 --- a/docs/reference/settings/notification-settings.asciidoc +++ b/docs/reference/settings/notification-settings.asciidoc @@ -115,6 +115,13 @@ can specify the following email account attributes: If `true`, then `STARTTLS` will be required. If that command fails, the connection will fail. Defaults to `false`. + `smtp.ssl.trust`;; + A list of SMTP server hosts that are assumed trusted and for which + certificate verification is disabled. If set to "*", all hosts are + trusted. If set to a whitespace separated list of hosts, those hosts + are trusted. Otherwise, trust depends on the certificate the server + presents. + `smtp.timeout`;; The socket read timeout. Default is two minutes.