How to handle invalid email addresses?
- by mcfadder_09
My server is windows server 2003. I got a huge list of subscribers. Lots of them have invalid email like, [email protected], [email protected], [email protected]...
I want to send a email to all my users, but it will send to those invalid email as well. And thus, it will create bounce email. How to handle those bounce email? Any good tutorial I can follow?