UNPKG

qed-mail

Version:

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

6 lines (4 loc) • 227 B
describe("A DNS MX record directs email to a mail server.", () => { it("If domain is unreachable, checkMX returns empty array", async () => {}); it("If domain is reachable, checkMX returns exchanges", async () => {}); });