Envoi de courriels par SMTPS

This commit is contained in:
Navas 2023-03-07 20:15:04 +01:00
parent 67653cf397
commit fbd5525673
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ password_config:
{% if docker_synapse_smtp_enabled is true %}
email:
smtp_host: "{{ docker_synapse_smtp_host }}"
smtp_port: "{{ docker_synapse_smtp_port }}"
{% if docker_synapse_smtp_user is defined %}
smtp_user: "{{ docker_synapse_smtp_user }}"
smtp_pass: "{{ docker_synapse_smtp_password }}"
{% endif %}
notif_from: "{{ docker_synapse_smtp_from }}"
enable_notifs: true
notif_for_new_users: false