ZooTools / email-spell-checker

📮 An ultratiny (1.9 KB) and fast JavaScript email checker to reduce users typing a wrong email. Written in TypeScript. Enterprise-grade.
https://zootools.co/tools/email-spell-checker
MIT License
164 stars 11 forks source link

refactor: remove GMX from second level domains #9

Closed ferreiro closed 2 years ago

ferreiro commented 2 years ago

Description of change

By default we should not include GMX as a second-level domain:

1) It's a low-used email provider (11M users vs. 1.5Billion from Gmail or other services) 2) test@gmal. -> got suggested gmx instead of Gmail.

If your application heavily relies on GMX, then pass it as a configuration parameter in the second top level domains. But it doesn't make sense to have this as a default.

Screen Shot 2022-10-23 at 4 03 39 PM

Pull-Request Checklist