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

News

12.04.2024

Bosnian names: Echoes of Diversity and Heritage

Bosnia and Herzegovina stands out in Europe for its remarkable diversity, being a country where...


29.03.2024

Larger Name Database

We are pleased to announce a new update to our database, which now features a broader range of...


01.03.2024

Diving Deeper into Latin American Names

From the indigenous communities of the Andes to the Afro-Caribbean rhythms of the Caribbean coast,...


16.02.2024

Swagger-UI: The New and Improved Way to Use Our REST API

We are happy to announce that we have added a new feature to our REST API: Swagger-UI, which allows...


09.02.2024

Software Version 10.2.0 Deployed

A software update has been installed on our servers which can handle more personal names and detect...


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.