EmailVerificationResult
Email verification result. Valid means email address exists according to response from mail server running at the domain and port given.
Properties
Name | Type | Description | Notes |
---|---|---|---|
domain_name | str | ||
port | int | ||
email_address | str | ||
is_valid | bool | ||
error | str | [optional] |