Open abdullah99R opened 1 year ago
you can suppress this issue by adding the top level domain co
to the additionalTopLevelDomains
like below.
await validate({
email: 'name@example.ir',
sender: 'name@example.ir',
validateRegex: true,
validateMx: true,
validateTypo: true,
validateDisposable: true,
validateSMTP: true,
additionalTopLevelDomains: [ 'co' ]
})
it was hinted in the README.
Valid emails marked as invalid some time e.g on
jeff.ganim@pacific.co
I am getting