At a glance
Fourteen rows. Every YOPmail cell is what its home page, alias page, domain page and alternate-domains page said on 2 September 2026; every GrabMail cell is read from the constants the service enforces. “Partly” means a caveat the row cannot hold — the sections below say which.
| Feature | GrabMail | YOPmail |
|---|---|---|
| Free tier | Yes: Everything: public domains, your own domain, the API and the MCP server. No account, no card. | Yes: Everything: the whole service is free, funded by AdSense and donations. |
| No account, no API key | Yes: Nothing to create. A GET with the address in the query string reads the mailbox. | Yes: Nothing: “all disposable email accounts already exist on YOPmail.” |
| REST API | Yes: Three endpoints over HTTPS, OpenAPI 3.1, one read per second per address. | No: None published. |
| Choose your own address | Yes: Any name on 8 public domains, grabmail.io and mixozia.com among them, free. | Yes: Any name: “You name it, YOPmail has it!” A generator is optional. |
| Your own domain | Yes: Free and unlimited: one MX record at smtp.grabmail.io, no registration step. | Yes: Free: an MX record at smtp.yopmail.com, a CAPTCHA and a contact email; shared with YOPmail’s users or kept private. |
| Message retention | 5 days, fixed. Not a tier, not a setting. | 8 days; inboxes themselves are never deleted. |
| Attachments | Yes: Up to 5 MB per message, downloadable from the inbox and the API. | Partly: Not published. |
| No ads, no tracking | Yes: No ads, no analytics, no third-party script. | No: Google AdSense on every page. |
| Private inbox | No: Public: anyone who knows the address can read it. Each mailbox has an alias to hand out instead. | No: Public: “YOPmail inboxes are public and password free.” Each inbox has an alias that always looks empty. |
| MCP server for AI agents | Yes: Free MCP server at https://grabmail.io/mcp: create an inbox, wait up to 25 seconds for a message, read it. | No: None. |
| Sending mail | No: None, by design. Receive only. | Partly: Only from one YOPmail address to another; anonymous sending outside is prohibited. |
| Webhooks or push | No: None. Poll once a second, or let the MCP wait hold the call open. | No: None; “click on the refresh button to check mails.” |
| Official SDKs | No: None. An OpenAPI document and three endpoints instead. | No: None. |
| Apps and extensions | Partly: A Chrome extension, loaded by hand; not on the store yet. | No: None published on its site; its old plugins page now shows the home page. |
Checked 2 September 2026. YOPmail publishes no API, no attachment policy and no rate limits; its FAQ page rendered empty on the day of checking, so the facts above come from its other pages. The alternate-domain figure was counted in its own domain picker, not quoted from prose.
What YOPmail does well
YOPmail has been the answer to “I need an address, now” in France and well beyond for years. Four things it does that GrabMail does not:
- Eight days, and inboxes that never go away. A message stays eight days; the inbox exists forever, because it always did. GrabMail keeps 5 days, and its inboxes exist forever too — the retention row is YOPmail’s.
- A domain a day. More than two hundred alternate domains in its picker, with a new one added daily, all delivering to your YOPmail inbox. When a form refuses one, you try the next. GrabMail has 8 public domains and sells an off-blocklist pool for the forms that refuse them all.
- A private option for your domain. Point your domain at
smtp.yopmail.comand choose whether to share it with YOPmail’s users or keep it to yourself. GrabMail’s domain feature is free too, but its mailboxes stay public. - Mail between inboxes. One YOPmail address can write to another, which is handy for a test that needs a reply from “somebody”. GrabMail cannot send anything to anyone.
Where GrabMail is different
GrabMail is YOPmail’s idea rebuilt for programs and for people who dislike ads.
- An API. YOPmail has none; reading an inbox means a browser and a refresh button. GrabMail’s three endpoints read any mailbox with a keyless GET, so a test suite, a script or a cron job can do it. The reference is one page.
- An MCP server. An agent can open an inbox at https://grabmail.io/mcp, wait up to 25 seconds for a message and read it, with no account. That is the step an unattended agent cannot do on YOPmail at all.
- No ads. YOPmail loads Google AdSense on every page, sixteen slots on its home page alone. GrabMail loads no ad, no analytics and no third-party script, and says so in its Content-Security-Policy header, not just in a sentence.
- Attachments and limits in writing. 5 MB per message, downloadable from the page and the API; one read a second per address; 5 days, enforced by a job. YOPmail publishes none of those figures.
Price, side by side
There is little to price: YOPmail is free, funded by AdSense and a donation page, and sells nothing. GrabMail’s only paid plan buys access to a pool of domains kept off the disposable-mail blocklists; everything in the table above stays free.
| Tier | GrabMail | YOPmail |
|---|---|---|
| Free | Public domains, your own domain, API, MCP. No account, no cap. | The whole service: named inboxes, 225+ domains, your own domain, eight days, with ads. |
| Cheapest paid | Premium, $24 a month: API access to the off-blocklist domain pool, paid in crypto. | None. A donation page. |
| Above that | Pro $78 and Scale $148 a month: more messages and keys on the same pool. | None. |
| Ads | None, on any page. | Google AdSense; no ad-free tier. |
As published on 2 September 2026. GrabMail’s pricing page has the full grid.
For developers: reading a mailbox
YOPmail publishes no API, so this section is one-sided. The command below reads a GrabMail mailbox with no header, no key and no account:
$ curl -sG https://grabmail.io/api/v1/mailbox --data-urlencode "address=anything@grabmail.io" | jq '{count, alias}'A 200 with count: 0 and an alias is the whole proof. The reference is three endpoints — list a mailbox, read a message, delete it — and the Python and Node.js guides show a wait loop with a deadline for a test that expects a code.
If you have been scraping YOPmail’s web inbox from a test, the switch is a relief: the same named-address habit, run-42@grabmail.io instead of run-42@yopmail.com, and a JSON answer instead of HTML.
For AI agents
An agent cannot use YOPmail without steering a browser through ads and a refresh button. GrabMail’s server at https://grabmail.io/mcp gives it an inbox with no key: create_inbox, a blocking wait_for_message of up to 25 seconds, read_message.
Email for AI agents covers the four-call loop and the guard rails; the client guide has the configuration for Claude, Cursor and five others.
Switching from YOPmail
The habits are the same, so the switch is a domain name:
- Keep your names.
name@yopmail.combecomesname@grabmail.io. Every inbox already exists on both; there is nothing to create. - Move your domain, if you pointed one. Change its MX record from
smtp.yopmail.comtosmtp.grabmail.io, priority 10. No CAPTCHA, no contact email, no registration: the first message connects it. The domain page shows the record. - Use the alias the same way. Both services give each inbox an alias that delivers to it and cannot be used to open it. Hand out the alias; keep the address.
- Accept the shorter window and the fewer domains. 5 days instead of eight, 8 public domains instead of hundreds. If either is why you use YOPmail, keep using it.
Which one, for what
The honest split:
Pick GrabMail when
- a script, a test or an agent reads the mail;
- you want no ads, attachments up to 5 MB, and limits written down;
- you want the same free domain feature with a JSON API behind it.
Pick YOPmail when
- you want eight days of mail rather than 5;
- you rotate through alternate domains at sign-up forms;
- you want a domain of your own that can be private to you.
When to stay with YOPmail
Three situations where switching would cost you something real:
- Retention is why you are there. Eight days beats 5. A newsletter you check weekly, or a trial that emails on day six, is a YOPmail job.
- You depend on the domain picker. Two hundred alternate domains and a new one daily is the biggest free answer to blocklists there is. GrabMail’s answers cost either a subscription or a domain of your own.
- Your domain must be private. YOPmail lets you keep it to yourself; GrabMail’s is public, alias or no alias.
Questions
Is GrabMail a YOPmail alternative?
Yes, and a close one: named inboxes that already exist, a free domain of your own, an alias per inbox. GrabMail adds a keyless API, an MCP server, attachments to 5 MB and no ads; YOPmail keeps mail three days longer and has far more domains.
Does YOPmail have an API?
No API is published on its site as of 2 September 2026. GrabMail’s API is three keyless endpoints, documented in the reference.
Can I use my own domain with YOPmail?
Yes, for free: an MX record at smtp.yopmail.com, a CAPTCHA and a contact address, with the choice to share the domain or keep it private. GrabMail asks for one MX record at smtp.grabmail.io and nothing else, and the domain stays public. The catch-all guide shows the setup.
Which keeps messages longer?
YOPmail: eight days, against 5 on GrabMail. Both keep the inbox itself forever, because every inbox already exists.
Which one works with AI agents?
GrabMail runs a free keyless MCP server with a blocking wait_for_message; YOPmail has no API for an agent to call. The client guide has the configuration.


