I need to have SendMail OR PHP pick up bounced email messages so that I can flag that Contact in my MySQL Database.
I know that you can set the SendMail header to send bounced messages to a "special address" but this does not solve my problem.
I think the best way to accomplish this task is to have SendMail write only the header in formation into a "bad address" log file. Then have PHP parse the log file and update the MySQL database by flagging the Contacts who have bad addresses.
Any help would be greatly appreciated.
THX,
Stafford