Giter Club home page Giter Club logo

Comments (5)

eeeeeeeeeee555 avatar eeeeeeeeeee555 commented on May 13, 2024 1

i think some email providers blocked ip from using smtp. It happens when I verify an email address that use outlook mx record.

from email-verifier.

lryong avatar lryong commented on May 13, 2024

@eeeeeeeeeee555 I tested the two email addresses you provided above,the results of the validation are as follows:

{
    "email": "[email protected]",
    "disposable": false,
    "reachable": "unknown",
    "role_account": false,
    "free": false,
    "syntax": {
        "username": "tuyensinh",
        "domain": "ued.udn.vn",
        "valid": true
    },
    "has_mx_records": true,
    "smtp": {
        "host_exists": true,
        "full_inbox": false,
        "catch_all": true,
        "deliverable": false,
        "disabled": false
    },
    "gravatar": null,
    "suggestion": ""
}
{
    "email": "[email protected]",
    "disposable": false,
    "reachable": "unknown",
    "role_account": false,
    "free": false,
    "syntax": {
        "username": "ajdsghfdjhgr4",
        "domain": "ued.udn.vn",
        "valid": true
    },
    "has_mx_records": true,
    "smtp": {
        "host_exists": true,
        "full_inbox": false,
        "catch_all": true,
        "deliverable": false,
        "disabled": false
    },
    "gravatar": null,
    "suggestion": ""
}

The reachability of both email addresses is unknown, because there is no way to determine whether the specific email recipient(via smtp.deliverable field) can receive the email.

from email-verifier.

eeeeeeeeeee555 avatar eeeeeeeeeee555 commented on May 13, 2024

hi,
I tried some verifier services and they can detect if the email address is valid or not
For example:
https://hunter.io/verify/[email protected]
https://hunter.io/verify/[email protected]

or you can try here as well: https://breadcrumbs.io/email-verification/#/

How they can detect it ?

from email-verifier.

lryong avatar lryong commented on May 13, 2024

@eeeeeeeeeee555 Yes, many SMTP ports being blocked by the ISP,you can find these verifier service providers' technical support and ask them how to implement email verification.(I think they has their unblocked SMTP ports)

from email-verifier.

civil-dude avatar civil-dude commented on May 13, 2024

I opened 25 port on my win 10 machine and tried, It does not work. I don't understand how they can block my ip in first time. I mean I am in not in the list. I think I have to purchase hosting and smtp service then I can verify emails like professional services hunter.io or neverbounce?
Just looking for suggestion....

from email-verifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.