Key Takeaways
DontMailMe and Unsubscribetool take the same privacy stance — both use the RFC 8058 one-click standard and neither sells your data. The difference is setup, not trust.
- DontMailMe is a free, MIT-licensed script. You copy it into your own Google Apps Script (Gmail) or run it in PowerShell (Outlook), then maintain a time trigger yourself.
- Unsubscribetool is a zero-setup web app. You sign in with Gmail or Outlook, it scans in about 30 seconds, and you unsubscribe in one click — no code, no script, no trigger to maintain.
- Both only handle senders that support RFC 8058. Newsletters without a proper one-click header are skipped by both.
- If you would rather not edit a Google Apps Script, Unsubscribetool is the DontMailMe alternative built for you.
What Is DontMailMe, Honestly
DontMailMe is a free, open-source (MIT) unsubscribe tool created by Sedat Gergin (sein-io) and launched in April 2026. There is no backend server: a small script runs inside your own Google Apps Script or on your desktop, reads each newsletter's RFC 8058 List-Unsubscribe-Post header, and sends the one-click request for you. Your email never leaves your account.
As of August 2026 it is a young project — 0 GitHub stars and 4 open issues — but the design is sound and the code is auditable. It also ships an AGENTS.md, an llms.txt, and an MCP server (in the repository; not yet published to npm) so AI agents can drive it.
DontMailMe vs Unsubscribetool vs Gmail
Here is the side-by-side that actually matters — setup effort, not marketing.
| Capability | Unsubscribetool | DontMailMe | Gmail built-in |
|---|---|---|---|
| Setup | Sign in (OAuth) | Copy script + set trigger | Native |
| Providers | Gmail, Outlook | Gmail, Outlook, Apple Mail | Gmail only |
| Bulk unsubscribe | Yes (one click) | Yes (script) | No (one at a time) |
| RFC 8058 one-click | Yes | Yes | Yes |
| Sells your data | Never | No server | N/A |
| Coding required | No | Yes (edit script) | No |
| Cross-account dashboard | Yes | No | No |
| Ongoing monitoring (Pro) | Yes ($39/yr) | No | No |
| AI-agent ready | Announced (MCP) | MCP in repo | No |
| Price | Free scan; paid cleanup | Free (MIT) | Free |
Unsubscribetool (Best for Most People)
Unsubscribetool is the tool we built for people who want the job done without touching code. Sign in with Gmail or Outlook, let it scan your inbox in about 30 seconds, and unsubscribe from everything you don't want in a single click.
- Zero setup: No script, no Apps Script project, no trigger to maintain.
- Gmail & Outlook support: The two providers most people actually use.
- One-click bulk unsubscribe: Select all, filter by sender, or pick individually.
- Zero data retention: Credentials live in memory only during the scan and are destroyed when it ends.
- Pro Audit ($39/year): Optional ongoing monitoring that catches new subscriptions as they arrive.
If you came here looking for a DontMailMe alternative because you don't want to edit a script, this is the direct answer.
Scan Your Inbox Free →DontMailMe (Best for Developers)
DontMailMe is an excellent fit if you are comfortable operating your own script and you want to verify every line of code.
Pros
- Free and open-source: MIT-licensed, pay-what-you-want, fully auditable.
- Zero-data by architecture: No server ever sees your mail.
- Agent-ready: Ships AGENTS.md, llms.txt, and an MCP server for AI assistants.
- Apple Mail support: Also covers Outlook via PowerShell.
Cons
- You do the setup: Copy the script, configure it, and maintain the time trigger yourself.
- RFC 8058 only: Newsletters without a compliant header are skipped.
- No dashboard or monitoring: No web UI, no cross-account view, no alert when new subscriptions appear.
Gmail Built-in Unsubscribe
If you use Gmail, there is already an unsubscribe button next to promotional senders. It is free and private — but it only works one sender at a time, and it does not show you a list of everything you are subscribed to.
- Free and native, but Gmail-only and one-at-a-time.
- No discovery — you have to find each promotional email yourself.
For a handful of subscriptions it is fine. For 20+ it is tedious — which is exactly the gap both DontMailMe and Unsubscribetool fill.
What to Look For in a DontMailMe Alternative
- Setup effort: A script you maintain vs a sign-in you don't. Decide which you prefer before comparing features.
- Provider support: Make sure it covers the mailbox you actually use.
- Bulk unsubscribe: One action for everything, not one sender at a time.
- Data stance: Zero-data-retention or zero-server architecture — not just a privacy promise.
- Monitoring: Does it alert you when new subscriptions arrive, or is it one-and-done?
FAQ
Is DontMailMe safe to use?
Yes. By design it never sees your mail — the script runs entirely inside your own Google or Microsoft account, so there is no server that could read, store, or sell it. The trade-off is that you operate the script yourself.
Is DontMailMe really free?
Yes. It is MIT-licensed and offered pay-what-you-want, with no subscription and no paid tier.
Does DontMailMe sell my data?
No — there is no server in the loop, so there is nothing to sell. That is the core design, not a policy.
What is the easiest DontMailMe alternative?
Unsubscribetool. Same privacy stance (RFC 8058 one-click, never sells data), but instead of editing a script you sign in with Gmail or Outlook and unsubscribe in one click.
Can an AI agent unsubscribe for me?
Both are building agent interfaces. DontMailMe ships an MCP server in its repository; Unsubscribetool has announced an MCP endpoint. As of August 2026 neither is a published one-command integration you can rely on yet — but the direction is clear.
Want the privacy of DontMailMe without editing a script? Scan your inbox in 30 seconds.
Scan Your Inbox Free →