Parsing Email bounce back tex

  • Thread starter Thread starter Darren Clark
  • Start date Start date
D

Darren Clark

HI,

I am after some assistance in finding what is the best way to parse through
bounce back text......

because each server is different i cant really depend on Line x being the
line where the error message is...

the only reliable way i can think of it so search for the error message by
name,
eg. 500 Error message
501 Another error message
etc

Does anyone konw of a better way to manage this?
 
for instance..

we are building a newletter tool...

A when we send out the newsletter we want to ensure that we can catch the
bounce backs...

what i mean by bounce back text is basically the text in the email that
explains the reason why it bounced back.
 
Back
Top