temporary-email-validator
v1.0.2
Published
Check whether an email comes from a temporary email provider like Guerrilla Mail or Temp Mail.
Downloads
8
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-validator
Usage
import {isTemporaryEmail} from 'temporary-email-validator'
isTemporaryEmail('[email protected]') // returns true if email is temporary
isTemporaryEmail('[email protected]') // returns false otherwise
Acknowledgements
I got the list of temporary email providers from https://github.com/wesbos/burner-email-providers.