Email Delivery Problems
Troubleshoot email sending failures.
Emails Not Sendingโ
Check SMTP configuration:
MAIL_FROM_ADDRESS=noreply@example.com
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USERNAME=your-username
MAIL_PASSWORD=your-password
Connection Timeoutโ
Symptom: ECONNREFUSED or ETIMEDOUT
Fixes:
- Verify SMTP host and port
- Check firewall rules allow outbound port 587/465
- Try port 465 (SSL) vs 587 (TLS)