Email Validate
Parse, validate and clean an email address.
Email validate has the following core functions:
Syntax Checks
Check if the email address is RFC822 and RFC2822 compliant
DNS Validation
Check if the email domain resolves correctly and has working MX (mail exchanger) records
Typo Fixing
Automatically fix common domain, TLD (top-level domain) and freemail address typos
Freemail Filtering
Determine if the email address is a freemail address, i.e. from a service providing free email
Disposable Filtering
Determine if the email address is associated with a disposable, temporary or darknet email service
Role Detection
Check if an email address is personal or role based
End Point
https://neutrinoapi.com/email-validate
Test API
Parameter | Required | Type | Default | Description |
---|
email | Yes | string | | An email address |
fix-typos | No | boolean | false | Automatically attempt to fix typos in the address |
Parameter | Type | Description |
---|
valid | boolean | Is this a valid email |
email | string | The full email address (this could be different to the supplied address if typos-fixed is true) |
is-freemail | boolean | True if this address is a free-mail address |
is-disposable | boolean | True if this address is a disposable, temporary or darknet related email address |
is-personal | boolean | True if this address belongs to a person. False if this is a role based address, e.g. admin@, help@, office@, etc. |
domain | string | The email domain |
provider | string | The email service provider domain |
syntax-error | boolean | True if this address has a syntax error |
domain-error | boolean | True if this address has a domain error (e.g. no valid mail server records) |
typos-fixed | boolean | True if typos have been fixed |
Free Tier | Tier 1 | Tier 2 | Tier 3 |
---|
25 | 10,000 | 100,000 | 1,000,000 |