email-is-temporary
v1.0.1
Published
Checks the email for being temporary, like those provided by 10minutemail.com and others
Downloads
4
Maintainers
Readme
email is temporary
Checks email address for being temporary. It is handy if you want to prevent these from signing up. Comments new tempoary email domains are welcome.
Installation
npm install email-is-temporary
Usage
var email_is_temp = require('email-is-temporary')
email_is_temp('[email protected]') // true
email_is_temp('[email protected]') // false
email_is_temp('not an email') // throws Error('Invalid email')