Email Validation 3


Email Validation 3 provides validity and metadata information about an email address. The service provides common data elements such as syntax validity along with more refined data such as SMTP failures and deliverability flags.

Operations

ValidateEmailAddress(Recommended Operation)

Validates and verifies an email address via a full suite of tests and real-time SMTP checks.

View Operation

ValidateEmailFull

Corrects, validates and verifies an email address via a full suite of tests and real-time SMTP checks. Since this operation performs real-time verification via SMTP communication the response time is dependent on the network speed of an email’s host and may take several seconds. The average response time for this operation is approximately 2 seconds, but the operation can take as long as 10 seconds.

View Operation

ValidateEmailFast

This operation has the same inputs and outputs as ValidateEmailFull. This check will not perform any real-time SMTP level checks, however it may still provide SMTP level information via one of our other mechanisms.

View Operation

ValidateEmailFullNoCorrections

The same as ValidateEmailFull but the service will not attempt to correct the email address.

View Operation

ValidateEmailFastNoCorrections

The same as ValidateEmailFast but the service will not attempt to correct the email address.

View Operation