Mail Loop
Mail Loop is a versatile email inspection service designed to simplify the process of verifying, analysing and testing of emails sent out by your application. By subscribing to Mail Loop, you get private email addresses that can be used to send emails to and leverage a REST API for easy verification and inspection.
Mail Loop endpoints
| Method | Endpoint | Description |
|---|---|---|
| Mails | ||
| GET |
/v1/mails /v1/mails |
Fetch mail messages filtered by the provided query |
| DELETE |
/v1/mails/{mailId} /v1/mails/{mailId} |
Delete a mail message and all its content |
| GET |
/v1/mails/content/{streamType}/{mailId}/{contentId} /v1/mails/content/{streamType}/{mailId}/{contentId} |
Download a content stream of mail message, stream can be "application/octet-stream" or "text/plain; charset=utf-8" |
| Addresses | ||
| GET |
/v1/addresses /v1/addresses |
Get configured mail addresses |
| POST |
/v1/addresses /v1/addresses |
Add new mail address |
| DELETE |
/v1/addresses/{fullAddressOrLocalPart} /v1/addresses/{fullAddressOrLocalPart} |
Delete mail address |
Mail Loop pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $100 / month | — |
|