The status_code field is a number ranging from 5-999, will always be present in the response, and describes the detailed validation results. The table below shows our full list of status codes, which status values correspond to them, and their descriptions.

StatusCodeDescription
unknown5Timeout. The system did not receive a response in time.
valid10The syntax is correct.
valid20The syntax is correct, and the domain is valid.
valid45The domain is a catch-all and does not support individual address validation.
safetosend50The email address is valid and guaranteed SafeToSend.
valid55The address is allowed by a client-configured exception.
invalid100General syntax error in the email address.
invalid110The email address contains an invalid character.
invalid115The domain syntax in the email address is invalid.
invalid120The username syntax in the email address is invalid.
invalid125The username syntax is invalid for the specified domain.
invalid130The email address is too long.
invalid140The email address does not have a username.
invalid145The email address does not have a domain.
invalid150The email address does not contain an "@" sign.
invalid155The email address contains more than one "@" sign.
invalid200The top-level domain (TLD) in the email address is invalid.
invalid210The email address contains an extra space or character.
invalid215Unquoted spaces are not allowed in email addresses.
invalid255The email address is not allowed due to client-configured suppression.
invalid310The domain does not exist.
invalid325The domain cannot receive email.
invalid400The mailbox does not exist.
invalid410The mailbox is full and cannot receive emails.
invalid420Mail is not accepted for this domain.
invalid500Emails with that username are not accepted.
invalid505Emails with that domain are not accepted.
invalid510The email address is not accepted.
invalid520*The email address matches known bouncers.
trap525The email address is a spam trap or is suppressed.
trap530The email address has opted out of commercial emails.
trap535*The email address is on ANA's "Do Not Email List".
trap540*The email address belongs to a known or frequent complainer.
unknown999A system error occurred.

🚧

*Disabled by default

Currently, codes 520, 535, and 540 needs to be enabled to be returned via SafetoSend. Please work with your client services representative to enable these settings.