Email Validator
Checks for fake DNS as well as uses regex functions to check the email for the right length and accepted characters. For example it will mark as valid an email like '[email protected]' but it will recognize as a fake '[email protected]' (because of the not existing domain)
Email Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Group | ||
| GET |
validateEmail /emailvalidator/validateEmail/{email} |
Checks for fake DNS as well as uses regex functions to check the email for the right length and accepted characters. |
Email Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|