umaryusuf11 / node-deep-email-validator

Validates emails based on regex, common typos, disposable email blacklists, DNS records and SMTP server response. Based on deep-email-validator.
1 stars 0 forks source link

this package is not serving it's sole purpose. #2

Open Akhil-EM opened 2 years ago

Akhil-EM commented 2 years ago

every mail (fake or real ) gets a true response.

umaryusuf11 commented 2 years ago

That's odd. Mind sharing which emails you tested so I can have a look at that?

Akhil-EM commented 2 years ago

@umaryusuf11 just give any fake email like blabla@domain.com It will give a true response

Akhil-EM commented 2 years ago

@umaryusuf11 are you checked on this?

umaryusuf11 commented 2 years ago

Ohh I see what you mean now. What has happened is because the email is formatted correctly and domain.com operates real emails (therefore has an mx record on dns) blabla@domain.com passes. I did plan on adding some sort of SMTP lookup eventually but just haven't had time yet lol.