mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
make SMTP server configurable
This commit is contained in:
@@ -44,8 +44,8 @@ email:
|
||||
reply_to: '${MAS_EMAIL_REPLY_TO}'
|
||||
transport: smtp
|
||||
mode: plain
|
||||
hostname: mailhog
|
||||
port: 1025
|
||||
hostname: ${SMTP_HOST}
|
||||
port: ${SMTP_PORT}
|
||||
${SECRETS_MAS_SECRETS}
|
||||
passwords:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user