Skip to content

NodeJS library for checking if an email address exists without sending any email.

Notifications You must be signed in to change notification settings

cjnghn/mail-prober

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


qed-mail

A NodeJS library for checking if an email address exists without sending any email.



Get Started

Install

Use npm to install this package.

npm install --save-dev qed-mail

Example

import qedmail from "qed-mail";

qedmail.checkEmail("example@example.com").then(console.log);

About

NodeJS library for checking if an email address exists without sending any email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published