NameAPI is a web API
to handle people's names
in your software.

News

18.11.2024

Dictionary Update: Ukrainian Names

A member of the East Slavic family, the Ukrainian language shares deep historical roots with...


04.11.2024

New Python Client Library Released

We have implemented a Python client library, now available on PyPI, providing easy access to...


22.10.2024

Software Version 10.6.0 Released

This update brings several improvements and new features designed to enhance the accuracy and...


11.10.2024

Discovering Czech Names

As part of the West Slavic group, the Czech language shares similarities with Slovak and Polish,...


25.09.2024

Romanian Names Added

The Romanian language, a Romance language derived from Latin, is unique in Eastern Europe,...


Disposable Email Address Detector

The DEA-Detector checks email addresses against a list of known "trash domains" such as mailinator.com. 

  Examples by culture:
Examples:

 

Developer: see the technical specification of the REST service. 

 

What are disposable email addresses?

DEAs are short-lived inboxes under a temporary address. Users are concerned about privacy, and in order to keep their real inbox spam-free they turn to such quick hacks.

Why you don't want them

From a user perspective, this is a legitimate move. However, you as a service provider do not want trash email addresses in your databases because your future emails won't reach the target. If you do require users to enter an email address, make sure it's not a temporary one.

How NameAPI detects them

DEA is a cat-and-mouse game. Besides the old well known domains that everyone who does block blocks, there are new domains appearing daily. Some from existing providers that swap out the domain in use to avoid the block, others from completely new providers.

Our DEA Detector is part of a larger software to classify and validate email addresses. (This software is not available as an API to the general public.)

Not only do we detect DEA, but instead classify the domain names into freemail, ISP, organization, etc. A misclassification of a popular domain like yahoo cannot happen. In a log analysis from 2015, 92% of all email addresses could be classified, out of which 0.265% were disposables.

On domain level

We maintain our own base lists of human-verified domain name classifications. (The internet offers plently of dea lists, but most of them contain errors, and some are serious.)

New domains added by existing trashmail providers become visible as soon as they are put in use. And that's where we get them, almost instantly. Then we use crowd-sourced and user-contributed data to block new domains in real time. And finally we analyze the logs periodically to classify the most popular yet unknown domains.

On mail server level

Some providers of temporary email addresses change their domain names frequently to avoid the blocklist, but re-use the same mail servers, and their mail servers' only purpose is for temporary addresses.

Suggestions on handling the API results

In rare cases it may happen that we have a not too popular domain name categorized as disposable when in fact "freemail" is the better category. 

To cope with this risk:

For new account signups etc, you can refuse disposable email addresses. As a result, the user can fall back to his real address, which will usually be a freemail address such as gmail. You may want to store a flag in the record that the signup attempt was with a disposable. Alternatively you can silently accept and flag it. 

If you clean up existing records, we suggest to either send an account verification email, or to disable the accounts with disposable addresses as a first step. If you get legitimate complains from users of the same domain name then you still have the chance to manually review and re-activate a certain domain.