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.

URL Endpoints

ValidateEmailFast Inputs

NameTypeDescription
LicenseKeyStringYour license key to use the service.
Sign up for a free trial key at
www.serviceobjects.com.
EmailAddressStringThe email address you wish to validate.
*All input values are required

ValidateEmailFast Outputs 

NameTypeValuesDescription
ScoreInteger0
1
2
3
4
An estimate on the validity of the email address.[1] 
0 = Email is Good
1 = Email is Probably Good
2 = Unknown
3 = Email is Probably Bad
4 = Email is Bad
IsDeliverableStringtrue
false
unknown
Indicates if the mail server will accept mail for the given email address.[2]
EmailAddressInStringVariesEcho of input: EmailAddress
EmailAddressOutStringVariesThe cleaned and corrected email. This is the email that is validated.
EmailCorrectedBooleanT/FIndicates if any corrections or modifications were made to the email address.
BoxStringVariesThe part to the left of the ‘@’ symbol. Also known as the local part or the username.
DomainStringVariesThe part to the right of the ‘@’ symbol. The location to which the email address will be sent.
TopLevelDomainStringVariesThe part after the rightmost ‘.’
TopLevelDomainDescriptionStringVariesDescription of the Top Level Domain.
IsSMTPServerGoodStringtrue
false
unknown
Indicates if the email’s mail server is operational.
IsCatchAllDomainStringtrue
false
unknown
Indicates if the mail server will accept mail to any box in that domain (*@domain).
IsSMTPMailBoxGoodStringtrue
false
unknown
Indicates if the mail server will accept mail to the specific box.
WarningCodesString0-21Indicates if one or more potential problems were found when correcting, validating and/or verifying the email address. Returns zero or more numerical warning codes in a comma-separated list.[3]
WarningDescriptionsStringVariesContains the warning flag(s) that corresponds to the Warning Codes. Returns zero or more warning flags in a comma-separated list.[3]
NotesCodesString0-6Displays additional notes about the email that were found during the validation process. Returns zero or more numerical note codes in a comma-separated list.[3]
NotesDescriptionStringVariesContains the note flag(s) that corresponds to the Notes Codes. Returns zero or more notes flags in a comma-separated list.[3]
ErrorErrorVariesError object indicating why the service could not return a result.

References