Skip to main content
Blog

Practical guidance on disposable email detection

Guides, fraud prevention thinking, and product updates from the team building isitdisposable.com.

  • What Fake Signups Actually Cost You

    The cost of fake signups, line by line: wasted email spend, burned support time, abused trials, corrupted metrics, and ESP risk, with a worked example for a mid-size SaaS and a calculator to run your own numbers.

    Guides8 minute read

  • Block Disposable Emails on Webflow Forms

    Block disposable emails on Webflow with one script tag in your site's custom code, no backend required. The snippet path for no-code builders, a small intercept script for the technical tail, and a Make or Zapier route for webflow email validation downstream.

    Guides8 minute read

  • The State of Disposable Email, September 2026

    Disposable email statistics for September 2026: 217,847 tracked throwaway domains, the first measured decay data, a steady 185 new domains a day, and how the popular free blocklists held up. Every figure from our live database.

    Product updates14 minute read

  • Block Disposable Emails in Node.js and Express

    Block disposable emails in Node.js and Express two ways: the official disposable email checker npm package or a raw fetch against the API. A copy-pasteable Express email validation middleware that gates signup, fails open, and never blocks relay addresses.

    Guides16 minute read

  • Free disposable email lists vs a live detection API

    Free disposable email domains lists versus a live detection API: an experienced deliverability practitioner compares freshness, coverage, MX validation, and relay handling with measured August 2026 data, plus the real cost of maintaining your own list.

    Guides22 minute read

  • The State of Disposable Email, August 2026

    Disposable email statistics for August 2026: 211,812 tracked throwaway domains, how many are still live, how fast new ones appear, and why the most popular free blocklists miss most of them. Every figure from our live database.

    Product updates13 minute read

  • Block disposable emails in Django

    Block disposable emails in Django two ways: with the official isitdisposable Python SDK or a direct API call. Forms, a reusable validator, Django REST Framework, django-allauth, fail-open handling, and relay support, in copy-pasteable Python.

    Guides23 minute read