Email Domain Type Classifier
DetectsClassifies the domain name of an email address as FREEMAIL, ORGANIZATION etc.
john.doe@gmail.com uses a FREEMAIL domain.
john.doe@google.com uses an ORGANIZATION domain.
john.doe@google.com uses an ORGANIZATION domain.
Note that there is not always a clear line between domain types. Especially FREEMAIL and ISP
are blurry; freemail providers often offer extended paid packages, while internet service providers
sometimes often a basic free email account.
(no example in the browser as of now)
Input
A syntactically valid email address.
An invalid input exception is thrown if the address does not look like an email address.
An invalid input exception is thrown if the address does not look like an email address.
See context
Output
Trash domains such as mailinator.com.
Freemail providers such as yahoo.com.
Internet service providers such as aol.com.
Businesses, universities etc. such as google.com.
Non-commercial private domains from individuals.
Reserved domain names serving as examples in documentation, such as example.com.
Unclassified as of now.