Hello,
I have written a nice little script which send email to those subscribed to my mailing list.
The list is now 12,000 in size and there are about 2,000 bounces.
I wish to have a bounce email address and then use IMAP to update the bounce level of each user in mysql up each time.
When this reaches a level of 3 the mail script will no longer send email to them.
Can anyone point me in the direction to do this. I am familiar with IMAP and reading email in php.
I just can't work out an effective way to do it!!
Any ideas/advice?