free-email-verifier
v1.0.0
Published
An email verification tool to check Mail Exchange records and validate emails
Downloads
83
Readme
Email Verifier NPM Package
This package allows you to verify email addresses by checking MX records and performing SMTP handshake validation.
Setup
To use the package, you need to configure your SMTP credentials. Create a .env file in your project root and add the following:
SMTP_USER=your_smtp_username SMTP_PASS=your_smtp_password
Installation
Install via NPM:
npm install free-email-verifier