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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user