Email Validation
The Contact Validation task generates email status codes when validating email addresses.
Email status codes describe the results of processing for each email element. The codes indicate how each email element was validated or corrected.
Email status codes appear in the tns_StatusNbr_email_OUT field. The email status description displays in the tns_StatusDescription_email_OUT field. The Contact Validation task adds these fields to output files.
Email Address Validation Status Output Fields
The Contact Validation task adds email validation status output fields to the output file. The fields contain processed data in addition to codes and messages related to the data. You can use the additional information to help manage or correct processed email data.
The following table describes the email address output field for contact validation:
Output Field Name | Description |
---|
tns_StatusNbr_email_OUT | Contains codes that indicate the validity of an email address. |
tns_Status_Description_email_OUT | Contains email status messages that correlate to the email status codes. |
tns_RecommendedRetry_OUT | Contains the following codes that indicate whether you should try validating the email addresses again: - - 0. Retry not necessary
- - 1. Retry recommended.
|
Email Status Codes
Email status codes represent the validity of an email address. The status descriptions provide additional information.
The following table describes the email status codes and status description.
Email Status Codes | Status Description |
---|
200 | Email valid. |
201 | Email not valid. |
202 | MX will accept. |
203 | User account valid. |
300 | Timed out. |
310 | Domain not found. |
311 | Not a valid mail domain. |
320 | MX not responding. |
321 | MX deferred. |
322 | MX throttled. |
323 | MX actively rejected. |
400 | Invalid input. |
401 | Invalid local name. |
402 | Invalid domain name. |
403 | Invalid timeout. |
500 | Internal error. |
501 | Internal error. No relay services found. |