nmanousos / email-existence

108 stars 54 forks source link

email-existence

Checks existence of email addresses

Installation

To install via npm:

npm install email-existence

Requirements

A valid email address to check the existence of. Use node-validator to check validity.

Port 25 being allowed for outbound traffic. Digital Ocean in particular blocks that port by default. Check with your hosting provider. If the port is blocked, all emails will report as invalid.

Usage