purescript-email-address/qed-mail/README.md
2024-02-07 15:23:45 -06:00

391 B


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