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);