Validate an email address
validate_emailValidate an email address. Checks the format and, by default, that the domain has a real mail server (MX record). An invalid email is still a successful call (valid=false).
Costs 1 credit per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address to check. | ||
| check_mx | No | true (default) = also check that the domain can receive email (MX records). |