Bounce Code required
Moderators: Chris Corbyn, General Moderators
Can you not just add in custom headers (e.g. email address and subscriber id) and have all email responses to a specific email access (e.g. bounces@domain.com)? From here, you could use php to process any bounced emails there using the custom headers to identify the subscriber's record in your database (and giving a "strike" against that subcriber as invalid or non-response)?
Thx, yes I can do it.dillion wrote:Can you not just add in custom headers (e.g. email address and subscriber id) and have all email responses to a specific email access (e.g. bounces@domain.com)? From here, you could use php to process any bounced emails there using the custom headers to identify the subscriber's record in your database (and giving a "strike" against that subcriber as invalid or non-response)?
I'm already working on a script to analyse the bouced emails
(I just become acquainted with the php imap_* functions