Skip to content
New issue

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

Email verification is not working for outlook and hotmail #152

Open
Shofiul735 opened this issue Jan 29, 2025 · 0 comments
Open

Email verification is not working for outlook and hotmail #152

Shofiul735 opened this issue Jan 29, 2025 · 0 comments

Comments

@Shofiul735
Copy link

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

Image

Here is an online service provider that also detect the email is reachable:

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant