mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix email sending broken by #1406
This commit is contained in:
parent
ece163b29f
commit
bbab82ee64
@ -2344,8 +2344,10 @@ email:
|
|||||||
|
|
||||||
# Username/password for authentication to the SMTP server. By default, no
|
# Username/password for authentication to the SMTP server. By default, no
|
||||||
# authentication is attempted.
|
# authentication is attempted.
|
||||||
|
{% if matrix_synapse_email_smtp_user %}
|
||||||
smtp_user: {{ matrix_synapse_email_smtp_user|string|to_json }}
|
smtp_user: {{ matrix_synapse_email_smtp_user|string|to_json }}
|
||||||
smtp_pass: {{ matrix_synapse_email_smtp_pass|string|to_json }}
|
smtp_pass: {{ matrix_synapse_email_smtp_pass|string|to_json }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Uncomment the following to require TLS transport security for SMTP.
|
# Uncomment the following to require TLS transport security for SMTP.
|
||||||
# By default, Synapse will connect over plain text, and will then switch to
|
# By default, Synapse will connect over plain text, and will then switch to
|
||||||
|
Loading…
Reference in New Issue
Block a user