Allows you to verify an email address real time.
Returns: Valid -if the email is good.
Otherwise returns a message containing the status.
| Argument | Data Type | Required | Description |
| string | Yes | pass an email address as test@test.com | |
| smtpverify | boolean either 1 or 0 | No | if set to 1 does a full smtp verify check default is 0 |
| smtpreason | boolean either 1 or 0 | No | if set to 1 gives them smtp response only if smtpverify is set to 1 |
| skipsuppression | boolean either 1 or 0 | No | if set to 1 skips suppression check default is 0 |
| XML Response | JSON Response |
| <response> <email>Valid</email> </response> |
{
"email": "Valid"
} |