disposable-email-domains

A list of disposable email domains

  • Owner: ivolo/disposable-email-domains
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

disposable-email-domains

A list of disposable email domains like mailinator.com. You can use it to detect or block disposable accounts in your signup process. Exact domain matches are found in index.json and wildcard domains (ex: *.33mail.com) are in wildcard.json.

Examples

Node.JS

var domains = require('disposable-email-domains');
var wildcards = require('disposable-email-domains/wildcard.json');

// ... your code here

API

An always-up-to-date version of this repo is provided as an API by Kickbox. Issuing a GET request to https://open.kickbox.com/v1/disposable/{DomainOrEmailAddress} will return {"disposable":true} or {"disposable":false} as a JSON response.

https://open.kickbox.com/v1/disposable/mailinator.com

{"disposable":true}

Installation

$ npm install disposable-email-domains
$ component install ivolo/disposable-email-domains

Contributing

Add new disposable domains to index.json and wildcard disposable domains to wildcard.json.

To easily add new domains, insert them into index.txt and/or wildcard.txt and run npm run add.
The domains will be added to the respective files and some validation will be made to ensure they pass the tests.

Please run npm run test before creating a Pull Request to ensure all tests are passing.

You can also run npm run prod to add new domains and run the tests at the same time.

License

WWWWWW, WWWWWW
 W W W, W W W, ( OO )__________
     /, \
    /o o, MIT     \
    \___/, _, __, _, *, _, _, _, _, (__, __, (__, __, ```

THE SOFTWARE IS PROVIDED "AS IS" AND "AS AND WHEN AVAILABLE", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Main metrics

Overview
Name With Ownerivolo/disposable-email-domains
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:
所有者活动
Created At2014-01-27 00:23:46
Pushed At2025-03-18 14:06:19
Last Commit At2025-03-18 09:06:19
Release Count57
Last Release Name1.0.62 (Posted on )
First Release Name0.0.2 (Posted on )
用户参与
Stargazers Count1.3k
Watchers Count50
Fork Count265
Commits Count2.9k
Has Issues Enabled
Issues Count92
Issue Open Count26
Pull Requests Count782
Pull Requests Open Count18
Pull Requests Close Count88
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private