fix: set SMTP_NO_MX_LOOKUPS to false

Email delivery still failing with true, trying false.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 03:33:20 +01:00
parent be6ab97e56
commit c3a8b55a58

View File

@@ -21,7 +21,7 @@ services:
SMTP_SSL: true
SMTP_AUTH: always
SMTP_RETRIES: 1
SMTP_NO_MX_LOOKUPS: true
SMTP_NO_MX_LOOKUPS: false
MAIL_FROM_ADDRESS: ${EMAIL_FROM}
MAIL_REPLY_TO_ADDRESS: ${ASCIINEMA_MAIL_REPLY_TO}
SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}