EmailVerify / email-verify

Node.js email SMTP verification, powered by EmailChecker.com API
https://emailchecker.com/real-time-api
280 stars 103 forks source link

Option for return on first success instead of searching all possibilties #34

Closed fizerkhan closed 7 years ago

fizerkhan commented 7 years ago

Is there any option for return on first success instead of waiting for all possibilities?

    email-verify -d domain.com -n John Doe
bighappyworld commented 7 years ago

You could make it, but that's not a good idea. When you see ALL of them pass, you should realize that the email server has a catch-all and basically you can't really get any information about if it is good or not.

fizerkhan commented 7 years ago

@bighappyworld I agree with you.