# Mailpit SMTP relay upstream — RENDERED AT DEPLOY TIME by # .gitea/workflows/dev-deploy.yaml from Gitea Actions secrets, then # seeded into the `galaxy-dev-mailpit-config` volume. The Gmail App # Password is a secret and MUST NOT be committed: this template only # carries ${PLACEHOLDER}s that the workflow substitutes. See # tools/dev-deploy/README.md ("Mail"). # # Mailpit captures every message; the `--smtp-relay-matching` flag (set # from GALAXY_DEV_MAIL_RELAY_MATCH in the compose) decides which # recipients are actually relayed up to this Gmail account. host: smtp.gmail.com port: 587 starttls: true allow-insecure: false auth: login username: ${GALAXY_DEV_MAIL_RELAY_USERNAME} password: ${GALAXY_DEV_MAIL_RELAY_PASSWORD} return-path: ${GALAXY_DEV_MAIL_RELAY_USERNAME}