UNPKG

deep-email-validator-extended

Version:

Validates emails based on regex, common typos, disposable email blacklists, DNS records and SMTP server response.

3 lines (2 loc) 161 B
import { OutputFormat } from '../output/output'; export declare const checkSMTP: (sender: string, recipient: string, exchange: string) => Promise<OutputFormat>;