free-email-domains
Version:
A comprehensive list of all free email domain providers
31 lines (19 loc) • 1.26 kB
Markdown
# free-email-domains

[](https://www.npmjs.org/package/free-email-domains)
> A comprehensive list of all free email domain providers. Based on [HubSpot blocked domains](https://knowledge.hubspot.com/articles/kcs_article/forms/what-domains-are-blocked-when-using-the-forms-email-domains-to-block-feature).
## Install
```bash
$ npm install free-email-domains --save
```
## Usage
```js
const freeEmailDomains = require('free-email-domains')
freeEmailDomains.includes('gmail.com') // => true
```
## Related
- [email-providers](https://github.com/derhuerst/email-providers) – Top 3k common emails by Alexa rank.
## License
**free-email-domains** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/free-email-domains/blob/master/LICENSE.md) License.<br>
Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/free-email-domains/contributors).
> [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats)