deep-email-validator icon indicating copy to clipboard operation
deep-email-validator copied to clipboard

Update library with new disposable mail providers

Open bluesealjs opened this issue 4 years ago • 5 comments
trafficstars

➡️I just checked this library with a disposable email. The library shows it's a valid one. email: [email protected]

➡️I typed some chars randomly and it was valid. email: [email protected]

{
        "valid": true,
        "validators": {
            "regex": {
                "valid": true
            },
            "typo": {
                "valid": true
            },
            "disposable": {
                "valid": true
            },
            "mx": {
                "valid": true
            },
            "smtp": {
                "valid": true
            }
        }
    }

➡️ An email from govt. website shows email is invalid. email: [email protected]. while this website shows it's a valid one.

{
        "valid": false,
        "validators": {
            "regex": {
                "valid": true
            },
            "typo": {
                "valid": false,
                "reason": "Likely typo, suggested email: [email protected]"
            },
            "disposable": {
                "valid": false
            },
            "mx": {
                "valid": false
            },
            "smtp": {
                "valid": false
            }
        },
        "reason": "typo"
    }

bluesealjs avatar Nov 13 '21 07:11 bluesealjs

same thing happening with me

devSajan avatar Apr 25 '22 08:04 devSajan

yeah, it does not work with my company email. @icetea.io By the way, Google provide mail service to my company. In my case, smtp valid is false

gunrosen avatar May 13 '22 04:05 gunrosen

Are there any news about this issue?

marcjoancr avatar Jun 08 '22 09:06 marcjoancr

Any email address I use reports as "disposable" - for example, Gmail.com but when I test the domain with https://open.kickbox.com/v1/disposable/gmail.com it reports as not disposable.

wapdat avatar Sep 26 '22 09:09 wapdat

You are welcome to make a PR to update the disposable-email-domains dependency

mfbx9da4 avatar Sep 26 '22 09:09 mfbx9da4