- is there any way to check if an email is active without sending it an email? (meaning that it does not get returned)
- if i have 20,000 emails in my email list, and i do decide to send all of them an email, how can automatically cross out the email address that got returned?
is there any way to check if an email is active without sending it
Share
These days, you can’t know if the email address is valid. The domain is about as far as you’ll get and you can do a reverse lookup on that to see if that is valid. But it won’t tell you about the user.
What you need is something to process the bounces from your mail out and write some sort of script to perhaps update the list. There are many tools under Linux for this type of purpose such as procmail. Theres a port of that for windows I think.