1.1.7 • Published 5 years ago

truemail v1.1.7

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

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
1.1.7

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago