temporary-email-validator
v1.0.2
Published
Check whether an email comes from a temporary email provider like Guerrilla Mail or Temp Mail.
Readme
Temporary Email Validator
Check whether an email comes from a temporary email provider like Guerrilla Mail or Temp Mail.
Install
npm i temporary-email-validatorUsage
import {isTemporaryEmail} from 'temporary-email-validator'
isTemporaryEmail('[email protected]') // returns true if email is temporary
isTemporaryEmail('[email protected]') // returns false otherwiseAcknowledgements
I got the list of temporary email providers from https://github.com/wesbos/burner-email-providers.
