summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2021-08-06 10:14:22 +0000
committerrichvdh <richvdh@users.noreply.github.com>2021-08-06 10:14:22 +0000
commit3d51987b06cdde563399351919afb01151695988 (patch)
tree1d3825c08a068b8b046332b14b49ac0f11e21dd7 /develop/usage/configuration
parentdeploy: 0cb4274dbf0d293cad6d65535721a8e875d7fa25 (diff)
downloadsynapse-3d51987b06cdde563399351919afb01151695988.tar.xz
deploy: 74d7336686e7de1d0923d67af61b510ec801fa84
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html

index e885326c8d..fc38bacd42 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -2434,6 +2434,14 @@ email: # #require_transport_security: true + # Uncomment the following to disable TLS for SMTP. + # + # By default, if the server supports TLS, it will be used, and the server + # must present a certificate that is valid for 'smtp_host'. If this option + # is set to false, TLS will not be used. + # + #enable_tls: false + # notif_from defines the &quot;From&quot; address to use when sending emails. # It must be set if email sending is enabled. #