mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 14:31:09 +03:00
make SMTP server configurable
This commit is contained in:
@@ -70,8 +70,8 @@ background_updates:
|
||||
sleep_enabled: false
|
||||
|
||||
email:
|
||||
smtp_host: mailhog
|
||||
smtp_port: 1025
|
||||
smtp_host: ${SMTP_HOST}
|
||||
smtp_port: ${SMTP_PORT}
|
||||
enable_tls: false
|
||||
notif_from: "Your %(app)s homeserver <${MAIL_NOTIF_FROM_ADDRESS}>"
|
||||
app_name: Matrix
|
||||
|
||||
Reference in New Issue
Block a user