-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
email: [email protected]
produce: Email invalid reason : typo
with config:
const validatorOptions: ValidatorOptions = {
email: email,
validateRegex: true,
validateMx: true,
validateTypo: true,
validateDisposable: true,
validateSMTP: false, // We can't validate smtp handshake from Heroku (always return false)
additionalTopLevelDomains: ["me"],
}
Metadata
Metadata
Assignees
Labels
No labels