Test Email
Test Brevo SMTP email sending functionality
🔧 Troubleshooting
If you see a 502 Bad Gateway error:
- Check that the backend server is running
- Verify SMTP credentials in your environment variables
- Check server logs for error messages
- Ensure all required environment variables are set: SMTP_HOST, SMTP_USERNAME, SMTP_PASSWORD, SMTP_FROM
Common SMTP Issues:
- Authentication failed: Check username/password
- Connection failed: Check host/port and firewall
- TLS/SSL issues: Verify security settings
Available Health Check Endpoints:
/api/health/basic - Server status (no database required)
/api/health/detailed - Full system check (database required)
/api/health/detailed - Full system check (database required)
Test with these SMTP settings:
SMTP_HOST=smtp-relay.brevo.com
SMTP_PORT=587
SMTP_USERNAME=your-brevo-username
SMTP_PASSWORD=your-brevo-api-key
SMTP_FROM=no-reply@yourdomain.com
SMTP_PORT=587
SMTP_USERNAME=your-brevo-username
SMTP_PASSWORD=your-brevo-api-key
SMTP_FROM=no-reply@yourdomain.com