make SMTP server configurable

This commit is contained in:
Matthew Hodgson
2024-11-08 20:12:44 +00:00
parent 477dde052a
commit 485a2cf5fd
3 changed files with 6 additions and 4 deletions

View File

@@ -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