/v1/check_email
This endpoint is available starting from Reacher v0.10.
Last updated
This endpoint is available starting from Reacher v0.10.
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.
Request object containing all parameters necessary for an email verification.
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.
OK
The email address that was verified.
An enumeration describing the confidence level that the recipient address is valid: safe
, risky
, invalid
, or unknown
. Refer to our FAQ for detailed definitions: https://docs.reacher.email/getting-started/is-reachable.
Additional information about the email account.
Details obtained from querying the mail server's MX records.
Results from connecting to the mail server via SMTP.
Validation of the email address syntax.