mailtive
v1.0.1
Published
Mailtive is a versatile CLI tool designed to validate email addresses with precision and efficiency. It employs advanced techniques such as email format validation, disposable email blacklist checks, DNS records verification, and SMTP server response anal
Downloads
5
Readme
Mailtive
Mailtive is a versatile CLI tool designed to validate email addresses with precision and efficiency. It employs advanced techniques such as email format validation, disposable email blacklist checks, DNS records verification, and SMTP server response analysis. With support for bulk email validation, Mailtive ensures the accuracy and reliability of your email lists, making it an essential tool for developers, marketers, and businesses alike.
Installation
npm install -g mailtive
Usage/Examples
- To validate a single email without the possibility to display the validation failure cause:
mailtive email-address
- To validate a single email with the possibility to display the validation failure cause:
mailtive single
- To find valid email addresses from a list:
mailtive list
Note: To find valid email addresses from a list, you'll need a .txt file containing your emails, with each email starting on a new line.
License
Mailtive is licensed under the MIT License.