jesselpalmer / node-email-verifier

A Node.js module for verifying email addresses
MIT License
7 stars 2 forks source link

feat: add disable MX check param #6

Closed jesselpalmer closed 7 months ago

jesselpalmer commented 7 months ago

This change adds a parameter named checkMx to the emailValidator function to disable the MX records check if needed. This handy feature can be used during testing or if users don't want the MX validation. The param defaults to true, so the change is backward compatible. This feature was requested by @zertex and will close issue #5.