Automate email testing using the official W-Mail.me free API. Programmatically generate temporary disposable email addresses and fetch incoming messages directly within your applications.
Generate Email Address
POST https://W-Mail.me/api/generate
Returns a brand new generated email address.
Fetch Inbox Messages
GET https://W-Mail.me/api/messages/[your-email]
Returns a JSON array containing all messages actively received in the requested inbox.
Delete Temp Inbox
DELETE https://W-Mail.me/api/delete/[your-email]
Destroys the routing session and purges all related emails from our server cache.