Closed henryp0p closed 7 months ago
It is currently 'mailBox' which is incorrect, instead it should be
const { validFormat, validSmtp, validMx } = await verifyEmail({ emailAddress: "example@domain.com", verifyMx: true, verifySmtp: true, timeout: 3000, });
Indeed @henryp0p. I've raised a PR for this https://github.com/devmehq/email-validator-js/pull/150
It is currently 'mailBox' which is incorrect, instead it should be