Skip to main content
Category

Guides

Practical explainers on disposable email detection and email verification.

  • 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

  • Block disposable emails in Next.js

    Block disposable emails in Next.js in two ways: with the official isitdisposable JavaScript SDK or a hand-rolled fetch. Server Actions, Route Handlers, a fail-open wrapper, client feedback, relay handling, and the Pages Router, in copy-pasteable TypeScript.

    Guides27 minute read

  • The Complete Guide to Disposable Email Detection

    A practitioner's guide to disposable email detection: how it works, why disposable bounces don't hurt your Gmail reputation, and how to filter burner signups without blocking real customers.

    Guides20 minute read