validate_email
Validate a single email address using ZeroBounce API. Returns detailed validation results including status, sub-status, and additional metadata.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
email | string | Yes | The email address to validate |
ipAddress | string | No | Optional IP address of the user (helps improve accuracy) |
Usage Examples
Validation with IP Address
Validate with IP address for better accuracy
Validate "[email protected]" from IP address "192.168.1.1"Check Email Validity
Check if an email is valid before sending
Check if "[email protected]" is a valid email address