/v0/check_email
Last updated
Last updated
Sunset notice: please use /v1/check_email
instead. Both endpoints accept the same input arguments and return the same output; only their internal implementation differs. Perform a comprehensive verification of an email address. Unlike the /v1/check_email
endpoint, this endpoint performs an email verification immediately, without considering the Reacher server's throttling, concurrency, and other configurations. As such, this endpoint is slightly riskier than /v1/check_email
, as the Reacher server's IP reputation can be impacted if this endpoint is called too frequently.
Your personal Reacher API key
A request object to perform an email verification. The to_email
field is required, all other fields are optional.
In the SMTP connection, the FROM email address.
The email address to check.
In the SMTP connection, the EHLO hostname.
Proxy configuration for email verification.
SMTP port to use for email validation. Defaults to 25, but 465, 587, and 2525 are sometimes also used.
Enumeration describing the method used to verify Gmail emails.
Enumeration describing the method used to verify Hotmail B2B emails.
Enumeration describing the method used to verify Hotmail B2C emails.
Enumeration describing the method used to verify Yahoo emails.
Whether to check if a Gravatar image exists for the given email.
The result of the email verification process.
OK
No content