UNPKG

qed-mail

Version:

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

4 lines • 208 B
import { SMTPResult } from "../types"; declare function checkSMTP(to: string, host: string, port: number, timeout?: number): Promise<SMTPResult>; export default checkSMTP; //# sourceMappingURL=verify.d.ts.map