-
fix(deploy): requireTLS for SMTP relay + bridge network for docker-compose
released this
2026-04-30 03:28:54 +00:00 | 8 commits to main since this release- mailer.js: add requireTLS to force STARTTLS before AUTH on internal relay
- docker-compose.yml: use network_mode:bridge to reach 172.17.0.1:2587 SMTP relay
and switch to ${SMTP_HOST:-172.17.0.1}/${SMTP_PORT:-2587} defaults
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads