Page 2 of 2
Posted: Mon Apr 23, 2007 5:23 am
by dillion
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)?
Posted: Mon Apr 23, 2007 7:38 am
by balim
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)?
Thx, yes I can do it.
I'm already working on a script to analyse the bouced emails

(I just become acquainted with the php imap_* functions

)
Posted: Tue Apr 24, 2007 5:08 am
by dillion
balim wrote:Thx, yes I can do it.
I'm already working on a script to analyse the bouced emails

(I just become acquainted with the php imap_* functions

)
Yep, that's what I use too and thought it was a lot more reliable/easier.
