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

Update library with new disposable mail providers #38

Open
bluesealjs opened this issue Nov 13, 2021 · 5 comments
Open

Update library with new disposable mail providers #38

bluesealjs opened this issue Nov 13, 2021 · 5 comments

Comments

@bluesealjs
Copy link

bluesealjs commented Nov 13, 2021

➡️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"
    }
Repository owner deleted a comment from meabed Dec 28, 2021
@devSajan
Copy link

same thing happening with me

@gunrosen
Copy link

gunrosen commented May 13, 2022

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

@marcjoancr
Copy link

marcjoancr commented Jun 8, 2022

Are there any news about this issue?

@wapdat
Copy link

wapdat commented Sep 26, 2022

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.

@mfbx9da4
Copy link
Owner

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

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

6 participants