mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-21 15:28:42 +00:00
deploy: 74d7336686e7de1d0923d67af61b510ec801fa84
This commit is contained in:
parent
ecd8afbb94
commit
3d51987b06
@ -5182,6 +5182,14 @@ email:
|
|||||||
#
|
#
|
||||||
#require_transport_security: true
|
#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 "From" address to use when sending emails.
|
# notif_from defines the "From" address to use when sending emails.
|
||||||
# It must be set if email sending is enabled.
|
# It must be set if email sending is enabled.
|
||||||
#
|
#
|
||||||
|
@ -2242,6 +2242,14 @@ email:
|
|||||||
#
|
#
|
||||||
#require_transport_security: true
|
#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 "From" address to use when sending emails.
|
# notif_from defines the "From" address to use when sending emails.
|
||||||
# It must be set if email sending is enabled.
|
# It must be set if email sending is enabled.
|
||||||
#
|
#
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2434,6 +2434,14 @@ email:
|
|||||||
#
|
#
|
||||||
#require_transport_security: true
|
#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 "From" address to use when sending emails.
|
# notif_from defines the "From" address to use when sending emails.
|
||||||
# It must be set if email sending is enabled.
|
# It must be set if email sending is enabled.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user