Hi,
I'm developing a mailing list manager in PHP/MySQL. The idea is to have as many features as possible and I'm half way there. I just wonder if anyone here would know how to eliminate bounced email addresses so if they don't exist they just get removed from the database.
I have this idea to check MX mail server so it would check if the email address actually exists. That would be my first step, then (as a lot of bounced email addresses would still go through) I thought that the bouncing email addresses would be removed.
Any ideas or suggestions on how this can be accomplished would be great.