deep-email-validator
deep-email-validator copied to clipboard
Update library with new disposable mail providers
➡️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"
}
same thing happening with me
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
Are there any news about this issue?
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.
You are welcome to make a PR to update the disposable-email-domains dependency