/v0/check_email
/v0/check_email
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.
/v0/check_email
Your personal Reacher API key
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.
Api
, Smtp
Enumeration describing the method used to verify Hotmail B2B emails.
Smtp
Enumeration describing the method used to verify Hotmail B2C emails.
Smtp
, Headless
, Api
Enumeration describing the method used to verify Yahoo emails.
Api
, Headless
, Smtp
Whether to check if a Gravatar image exists for the given email.
Last updated