Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.95 KB

FullEmailValidationResponse.md

File metadata and controls

18 lines (14 loc) · 1.95 KB

FullEmailValidationResponse

Properties

Name Type Description Notes
valid_address bool True if the email address is valid overall, false otherwise [optional]
mail_server_used_for_validation string Email server connected to for verification [optional]
valid_syntax bool True if the syntax of the email address is valid, false otherwise. This is one component of ValidAddress, but not the only one. [optional]
valid_domain bool True if the domain name of the email address is valid, false otherwise. This is one component of ValidAddress, but not the only one. [optional]
valid_smtp bool True if the email address was verified by the remote server, false otherwise. This is one component of ValidAddress, but not the only one. [optional]
is_catchall_domain bool True if the domain is a catch-all domain name, false otherwise. Catch-all domain names, while rare, always accept inbound email to ensure they do not lose any potentially useful emails. Catch-all domain names can occassionally be configured to first accept and store all inbound email, but then later send a bounce email back to the sender after a delayed period of time. [optional]
domain string Domain name of the email address [optional]
is_free_email_provider bool True if the email domain name is a free provider (typically a free to sign up web email provider for consumers / personal use), false otherwise. [optional]
is_disposable bool True if the email address is a disposable email address, false otherwise; these disposable providers are not typically used to receive email and so will have a low likelihood of opening mail sent there. [optional]

[Back to Model list] [Back to API list] [Back to README]