/v1/check_email
Last updated
Last updated
Perform a comprehensive verification of an email address. This endpoint supersedes the previous /v0/check_email
endpoint, maintaining the same input and output format. Unlike the /v0/check_email
endpoint, the new /v1/check_email
endpoint queues the email for verification, and the Reacher server processes the queue based on its configuration settings such as throttle and concurrency.
/v1/check_email
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.