惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
S
SegmentFault 最新的问题
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
I
InfoQ
U
Unit 42
博客园_首页
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 聂微东
T
Tailwind CSS Blog
量子位

Buttondown's blog

Email could have been X.400 times better The physicists who convinced Fermilab to send Brazil's emails Better in-app previews Analytics 3.0 Subscriber ID variables Comments! Send latest premium action Automation filtering Free API subscribers Surveys in automations Reply to replies Labels for RSS feeds How Jeremy Singer-Vine curates curious datasets for readers 2023 (and what's next) Email vs web content Sort by engagement Better gift subscriptions How Andy Dehnart built a career reviewing television New email template Email-based automations Opt-in reply tracking Automatic alt text More social network integrations Sort by metadata Overlarge image warnings Automation tag actions Pause emails mid-flight Search tags and automations Gift via automations Subscriber-driving emails
disposables.app
Justin Duke · 2025-12-21 · via Buttondown's blog

We built and released a tiny little project: disposables.app, a free tool for easily checking whether or not an email address domain is disposable or otherwise problematic.

The database comes from many places. A big part of it is from our own traffic, of course—we've been fighting spam for years, and have built up a pretty comprehensive list of domains that we've seen used for abuse. But we're also grateful to Martin Cech for his project disposable-email-domains, which bootstrapped our initial database. Concomitant with the release of disposables.app, we've started sponsoring the project.

The tool is simple: type in a domain, and we'll tell you if it's disposable. You can also grab the full list as JSON from the API endpoint if you want to integrate it into your own projects.

This is the kind of thing that's useful for us internally, but we figured it might be useful for others too—so we're releasing it as a free, open tool. If you're building something that needs to validate email addresses, give it a try.