MailDev
An SMTP server and web interface for viewing and testing emails during development. MailDev catches all mail sent via SMTP and displays it in a web UI.
Getting Started
- Visit your domain to open the MailDev web interface
- Configure your app to send emails to
<service-hostname>:1025 as the SMTP server
- View emails in real-time as they arrive in the web UI
- Inspect HTML/text content, headers, and attachments
Ports
- Web UI: accessible via your domain (port 1080)
- SMTP: port 1025 (use this in your application's email settings)
Key Features
- Catches all outgoing emails via SMTP
- Web UI with real-time updates
- HTML and plain text email preview
- Attachment viewing
- REST API for automation
- No database required
License
MIT — GitHub