RichEmailAddressV2_emailAddress
Properties
| Name |
Type |
Description |
Notes |
| userFormat |
String |
Email address in arbitrary format as provided by user. Note: Please be aware that this format may vary between email addresses. If you need a format for programmatic purposes, please consider using `rfc882Format` (for delivery) or `normalFormat` (for duplicate detection). |
[optional] [default to null] |
| rfc882Format |
EmailAddress_rfc882Format |
|
[optional] [default to null] |
| normalFormat |
EmailAddress_normalFormat |
|
[optional] [default to null] |
| isSyntaxValid |
Boolean |
Is `true` if email address syntax is valid, but not necessearily deliverable. `\"me@localhost\"` is valid, but not deliverable. |
[optional] [default to null] |
| isDeliverable |
Boolean |
Is `true` if at the time of validation technically an email could be delivered to this email address. `\"sales-team@modigie.com\"` is valid and because the DNS records for delivering an email to this address are configured, this address is also deliverable. Note: This signal may change over time and is not authoritive. Theoretically it is possible that an email address is legit, but there are temporary issues that prevent our system from resolving the DNS and route to the recipient, so it is shown as not deliverable. Furthermore, even if shown as deliverable, there could be additional technical challenges why a recipient can't receive an email. For example: failed email authentication (DKIM, DMARC, SPF), incorrect email routes on the servers, spam filters. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]