BounceCheckBounceCheck
    • Features
      Bulk Email Verification
      Verify thousands of emails at once
    • Tools
      Disposable Email Checker
      Detect throwaway email domains
      Disposable Providers
      Temp-mail services & the domains they use
      Email Extractor
      Extract emails from any text or file
      DNS Health Checker
      Check MX, SPF, DMARC, DKIM & blacklists
      SPF Record Generator
      Build a valid SPF record for your domain
      DMARC Record Generator
      Build a DMARC policy to stop spoofing
    • Pricing
    • Compare
    • Blog
    • Docs
    Sign inStart Free
    HomeToolsProviders

    § FREE DIRECTORY / DISPOSABLE PROVIDERS

    Every temp-mail provider we track.

    The disposable-email services behind throwaway signups, ranked by how many domains they run on. Click any provider to see the domains and mail infrastructure it uses to generate new addresses.

    370 providers tracked Grown by passive discovery, not a static list Matched on shared MX infrastructure

    § COLOPHON

    Email verification, made simple. Built for teams who care about clean data and clean code.

    § STATUS

    All systems operational
    BounceCheckBounceCheck

    Real-time email verification with a stealth SMTP engine. Built for deliverability obsessives.

    § PRODUCT

    • Features
    • Bulk Email Verification
    • Single Verify
    • Real-Time API
    • Integrations

    § TOOLS

    • Email Extractor
    • Disposable Email Checker
    • DNS Health Checker
    • SPF Record Generator
    • DMARC Record Generator

    § RESOURCES

    • Docs
    • Blog
    • Compare
    • Security
    • Pricing

    § COMPANY

    • About
    • Contact
    • Privacy
    • Terms

    © 2026 BounceCheck — All rights reserved.

    GDPRCCPAENCRYPTEDPRIVATE
    ProviderSourceDomains Updated
    gravityengine.ccAuto-discovered4321 days ago
    recoverhost.comAuto-discovered4321 days ago
    timeweb.ruAuto-discovered4320 days ago
    mimimail.meAuto-discovered4220 days ago
    vietxf.comAuto-discovered413 days ago
    emlpro.comAuto-discovered3920 days ago
    getnada.netDomain map391 month ago
    emailsrvr.comAuto-discovered3820 days ago
    muellmail.comDomain map381 month ago
    jellyfish.systemsAuto-discovered3720 days ago
    stememail.comAuto-discovered3621 days ago
    titan.emailAuto-discovered3520 days ago
    10mail.orgAuto-discovered3420 days ago
    tempr.emailObserved329 days ago
    freeml.netAuto-discovered3120 days ago

    Showing 16 to 30 of 370 providers

    123…25

    § THE PRIMER

    What a disposable email address actually is

    A temporary email provider hands you a free, disposable inbox instantly, with no registration required — an address built to expire. Most last between ten minutes and a few hours, which is where the nicknames come from: temp-mail, throwaway mail, burner mail, 10-minute mail. Mailinator, Guerrilla Mail, 10MinuteMail, YOPmail and Temp-Mail all work the same way. You land on the page, an address is already waiting, and nothing is asked of you. On several of them the inbox is public, so anyone who guesses the address can read what arrives in it.

    The category is not inherently abusive. Developers use it to test signup flows without polluting a real mailbox, and plenty of people use it for a one-shot gated download they never want to hear about again. What made it a problem for site owners is trial farming and fake-account creation at volume: a burner address costs nothing, so the same person can take a free tier fifty times.

    The distinction that matters for blocking is between the provider and the domain. A provider is the service. A domain is one of the hostnames it hands out, and the two are nowhere near one to one. A single provider in this directory can be responsible for thousands of separate hostnames, which is the whole reason a flat domain list stops working: block the brand name you recognise and you have blocked one hostname out of hundreds. Sort the Domains column to see how lopsided that distribution is.

    § THE METHOD

    How this list is built

    BounceCheck is an email verification service, and this directory is the disposable-domain layer behind it. Three sources feed it, cheapest first — each layer catches what the one above it misses:

    Curated blocklists

    The community-maintained disposable-email-domains repo, vetted before merge — about 8,000 domains, conservative and slow-moving.

    Domain-to-provider mapping

    New hostnames attributed to a known provider the day they appear, matched by shared MX host and resolved IP — no waiting on a public list.

    Passive discovery

    Domains seen in live verification traffic that resolve to temp-mail infrastructure and belong to no known provider get flagged as candidates.

    The community-maintained disposable-email-domains repository is the most conservative curated list, holding about 8,000 domains that are vetted before merge. Larger automated repos push past 100,000 entries and regenerate daily, trading precision for reach. We ingest from both ends of that spectrum and reconcile the disagreements rather than picking one list and trusting it.

    The Updated column is per provider, not per list. A provider that rotated a domain yesterday shows yesterday's date, so you can see how active each service currently is instead of trusting a single site-wide “last refreshed” timestamp.

    § FALSE POSITIVES

    Domains people mistake for disposable

    gmail.com, hotmail.com, outlook.com, yahoo.com and icloud.com are not disposable email domains, and neither are forwarding aliases like simplelogin.io, duck.com or privaterelay.appleid.com. None of them appear in this directory. They are the five or six domains most often added to a blocklist by mistake, and each one costs real signups when it is.

    DomainDisposable?What it actually is
    gmail.comNoFree consumer mailbox, permanent
    hotmail.com, outlook.com, live.comNoMicrosoft consumer mailboxes, permanent
    yahoo.com, aol.comNoFree consumer mailboxes, permanent
    icloud.com, me.comNoApple consumer mailboxes, permanent
    simplelogin.io, duck.com, addy.io, mozmail.com, privaterelay.appleid.comNoForwarding aliases that deliver to a real inbox
    mailinator.com, guerrillamail.com, temp-mail.org, yopmail.comYesExpiring public inboxes

    Free is not the same as disposable. gmail.com and hotmail.com are the most common mailbox domains on earth, and a form that rejects them rejects most of the consumer internet. If your signal is really “I want business addresses only,” that is a free-provider rule, and it belongs in a separate check from disposable detection so you can tune the two independently.

    Forwarding aliases deserve the same care. An address from SimpleLogin, DuckDuckGo Email Protection, addy.io, Firefox Relay or Apple's Hide My Email is a permanent alias in front of a permanent inbox. The person behind it is reachable next month and next year, which is the opposite of a ten-minute inbox. They tend to be privacy-conscious users who read their mail, and blocking them is a false positive that costs you a real signup.

    Gmail's plus-addressing ([email protected]) is also not disposable. It routes to the same permanent mailbox. If you are worried about one person farming a free tier with it, dedupe on the base address rather than rejecting the signup: the API returns a normalized_email field with the +suffix already stripped, so you can compare against that instead of writing the normalisation yourself.

    § IMPLEMENTATION

    How to detect and block disposable emails on your signup form

    To block disposable emails on a signup form, send the submitted address to a detection API from your backend and reject the signup when the response marks the domain disposable. The check returns whether the domain is disposable, how the match was made, and which provider owns it:

    {
      "email": "[email protected]",
      "normalized_email": "[email protected]",
      "domain": "mailinator.com",
      "is_disposable": true,
      "matched_by": "domain_list",
      "provider": { "slug": "mailinator", "name": "Mailinator" },
      "checked_at": "2026-07-29T10:18:00Z"
    }

    § FAQ

    Provider directory FAQ

    Which domains actually count as disposable, how current this directory is, and how to check or block an address programmatically.

    Still have questions? Contact us
    No. gmail.com is a permanent free mailbox from Google and it is the most common email domain in the world. The same goes for hotmail.com, outlook.com, live.com, yahoo.com and icloud.com. None of them appear in this directory, and a signup form that rejects them is rejecting most of its real traffic. Free and disposable are separate properties, and they need separate rules.

    § BLOCK THROWAWAY SIGNUPS

    Check every signup against this directory, live.

    Free plan: 50 calls a month, no card required. Upgrade any time.

    Start for free