purescript-email-address/qed-mail
2024-02-07 15:50:11 -06:00
..
examples fix: fork qed-mail 2024-02-07 15:23:45 -06:00
src fix: randomly choose a local address to query from 2024-02-07 15:50:11 -06:00
test fix: fork qed-mail 2024-02-07 15:23:45 -06:00
jest.config.js fix: fork qed-mail 2024-02-07 15:23:45 -06:00
package-lock.json fix: fork qed-mail 2024-02-07 15:23:45 -06:00
package.json fix: randomly choose a local address to query from 2024-02-07 15:50:11 -06:00
qed-mail-1.0.1@beta-1.tgz fix: randomly choose a local address to query from 2024-02-07 15:50:11 -06:00
README.md fix: fork qed-mail 2024-02-07 15:23:45 -06:00
tsconfig.json fix: fork qed-mail 2024-02-07 15:23:45 -06:00


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