Removed unnecessary SMTP settings that were causing issues: - URL_PORT (not needed) - SMTP_AUTH (default behavior) - SMTP_RETRIES (default behavior) - SMTP_NO_MX_LOOKUPS (causing connection issues) - MAIL_REPLY_TO_ADDRESS (not essential) - UNCLAIMED_RECORDING_TTL (not essential) Using minimal working SMTP configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>