EvilMail is a complete email infrastructure platform. Generate instant disposable emails, host mail on your own custom domains, read inboxes via REST API, and manage everything from a single dashboard — available in 37 languages.
| Product | Description | |
|---|---|---|
| Web | evilmail.pro | Full platform — temp emails, custom domains, DNS, inbox, dashboard |
| API | REST API | Create emails, read inboxes, extract verification codes programmatically |
| Chrome | evilmail-chrome | Chrome extension — generate temp emails in one click |
| Firefox | evilmail-firefox | Firefox add-on — same features, Firefox native |
Temp Email — Generate anonymous email addresses instantly. No signup needed. Auto-expire from 10 min to 24 hours.
Custom Domains — Add your own domains, manage DNS records, create unlimited email accounts with full inbox access.
REST API — Full API with key authentication. Create emails, check inboxes, read messages, extract verification codes with regex patterns.
Browser Extensions — Chrome & Firefox extensions with real-time notifications, auto-copy, badge counter, and multi-language support.
37 Languages — From English to Azerbaijani, Korean to Swahili — EvilMail speaks your language.
# Create a temp email via API
curl -X POST https://evilmail.pro/api/temp-email \
-H "X-API-Key: your-key" \
-d '{"domain":"evilmail.pro","ttlMinutes":60}'
# Read inbox
curl https://evilmail.pro/api/inbox -H "X-API-Key: your-key"Get your free API key at evilmail.pro/pricing
