Easy Fast Temp Mail
Very fast and Temporary Disposable E-mail API - Create a temporary address and start receiving emails. This API purpose is help developers to automate email tasks like website registration process or to simply add email receiving functionality to your own apps. Only with this API you can use your own custom private domain, render full email contents to a PNG image and click on email body links…
Easy Fast Temp Mail endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Create Mailbox /create |
Create a new mailbox using specified email address |
| GET |
Get emails list /{address} |
Get list of received email in mailbox |
| GET |
Get email content /{address}/{message_id} |
Get content of specified message-id |
| GET |
Attachments /{address}/{message_id}/attachments |
Retrieve email attachment list or a single attachment file. If query parameter **idx** is missing, a JSON payload with email attachments details is returned. If query parameter… |
| GET |
Screenshot /{address}/{message_id}/screenshot |
Render email contents and return a PNG image |
| POST |
Webhook Set /{address}/webhook |
Set a notification webhook on new email events. It's required to provide a HTTP/S endpoint, accepting POST method and application/json body. |
| DELETE |
Webhook Remove /{address}/webhook |
Unset a notification webhook on new email events. |
| POST |
Domain - Add /domains |
This endpoint is used to add a new custom domains to your account. Response is required DNS configuration to be set by you (using your provider tools). Custom domain needs to be… |
| GET |
Domain - List /domains |
This endpoint return a list of your custom domains. For each domain, verification status and token is reported. |
| DELETE |
Domain - Remove /domains |
This endpoint is used to remove a custom domain from your account. If you remove a domain from your account, no new emails will be received on active disposable mailboxes on the… |
| GET |
Click on links /{address}/{message_id}/click |
Click on email html body links and return results. |