-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Response I get:
{
"result": {
"email": "[email protected]", // Original email is hidden
"reachable": "no",
"syntax": {
"username": "xxx",
"domain": "hotmail.com",
"valid": true
},
"smtp": {
"host_exists": true,
"full_inbox": false,
"catch_all": false,
"deliverable": false,
"disabled": false
},
"gravatar": {
"has_gravatar": false,
"gravatar_url": ""
},
"suggestion": "",
"disposable": false,
"role_account": false,
"free": true,
"has_mx_records": true
},
"is_valid": false,
"error_code": "INVALID_SMTP",
"max_record": {
"HasMXRecord": true,
"Records": [
{
"Host": "hotmail-com.olc.protection.outlook.com.",
"Pref": 2
}
]
}
}
Is say reachable: "no", but the email is actually reachable
Here is an online service provider that also detect the email is reachable:
