This repository has been archived on 2025-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-synapse-debian/synapse/conf.d/email.yaml
Kiara Grouwstra 0124ae08e2
init
2025-04-14 11:19:49 +02:00

9 lines
228 B
YAML

# This takes care of sending e-mail
email:
smtp_host: smtp.example.com
smtp_port: 465
smtp_user: matrix@example.com
smtp_pass: <secure password>
force_tls: true
notif_from: "Your Matrix server <matrix@example.com>"