disposable-email-domains

A list of disposable email domains

  • 所有者: ivolo/disposable-email-domains
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者ivolo/disposable-email-domains
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證
所有者活动
創建於2014-01-27 00:23:46
推送於2025-03-18 14:06:19
最后一次提交2025-03-18 09:06:19
發布數57
最新版本名稱1.0.62 (發布於 )
第一版名稱0.0.2 (發布於 )
用户参与
星數1.3k
關注者數50
派生數265
提交數2.9k
已啟用問題?
問題數92
打開的問題數26
拉請求數782
打開的拉請求數18
關閉的拉請求數88
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?