We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: