Fediversity/matrix/synapse/conf.d/email.yaml

10 lines
228 B
YAML
Raw Normal View History

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