Coder Social home page Coder Social logo

Comments (6)

tyranron avatar tyranron commented on August 23, 2024 1

Here is what I've checked about https://temp-mail.org/:

/ # telnet mail.mmgaklan.com 25
Connected to mail.mmgaklan.com
220 12c7dd814f66 ESMTP Haraka/2.8.26 ready
HELO mail.example.com
250 12c7dd814f66 Hello Unknown [127.0.0.1]Haraka is at your service.
MAIL FROM: [email protected]
250 sender <[email protected]> OK
RCPT TO: [email protected]
250 recipient <[email protected]> OK
QUIT
221 12c7dd814f66 closing connection. Have a jolly good day.
Connection closed by foreign host

which doesn't really comply with the current check.

@amaurymartiny why we don't just check is deliverable by 250 status code?

from check-if-email-exists.

tyranron avatar tyranron commented on August 23, 2024

Similar problem with https://temp-mail.org/ addresses. They're not marked as disposabe, nor as deliverable.

from check-if-email-exists.

tyranron avatar tyranron commented on August 23, 2024

The issue with https://temp-mail.org/ now is resolved with landing #819.

from check-if-email-exists.

tyranron avatar tyranron commented on August 23, 2024

As for 10minutemail.com:

    "mx": {
      "accepts_mail": true,
      "records": [
        "127.0.0.1."
      ]
    },

That is kinda strange, because it has normal MX records.

from check-if-email-exists.

tyranron avatar tyranron commented on August 23, 2024

Seem that issue with 127.0.0.1 MX record has gone. I've checked multiple 10minutemail.com on https://reacher.email/ and they're all OK now.

But a fallback to an A record may be helpful in future.

from check-if-email-exists.

amaury1093 avatar amaury1093 commented on August 23, 2024

Closing for now.

But a fallback to an A record may be helpful in future.

Yes 👍

from check-if-email-exists.

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.