JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q18449F
  • License MIT

Email verification, One-time/Disposable/Temporary address detection

Package Exports

  • truemail

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (truemail) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Email verification, One-time/Disposable/Temporary address detection

Installation

npm i truemail

Usage

const truemail = require('truemail');

console.log(truemail('hello@gmail.com')); //=> true
console.log(truemail('bad-mail@%%.com')); //=> false
console.log(truemail('t@temp-mail.org')); //=> false

// whitelist = true
console.log(truemail('hello@gmail.com', true)); //=> true
console.log(truemail('my.email@gm.com', true)); //=> false
console.log(truemail('t@zero-mail.org', true)); //=> false

If you want to help collect new domains

cd node_modules/truemail
node ./add.js
- 2emailock.com
- voemail.com
+ emailate.com
+ kikoxltd.com
- mailsoul.com
- eyeemail.com
- emailtex.com
- mailmetal.com
- email-24x7.com
+ emailay.com
Added 3 domains!

+ - new domain - - old domain

Open issues and send this addresses.

2019, botaniQQQ