[ Sponsored Links ]

Advertise here »

Detecting e-mail hard & soft bounces

 
Matt,

This whole area is covered by the SMTP protocol which defines the "conversation" that email servers have with each other when sending and receiving email. The relevant RFC (standard) is rfc 821 status error codes, google can point you to it. If you are coding at this level then it's pretty simple but I suspect this is not the case.

If you are trying to decipher these at a higher level e.g. php then things are more tricky and you need to start parsing the responses received (bounces) to look for the returned error messages. Unfortunately there is no standard for the response format and different mail servers have different formats so its always a best guess thing. The returned message SHOULD include the SMTP error codes which should help.

hth

James Downes
www.enablermail.com
 
  • Detecting e-mail hard & soft bounces, matt , 27 Aug 15:10
    Hi I am currently involved in helping to specify an e-mail delivery system for a client, and am finding it difficult to find information on how to detect hard & soft bounces of ...
    • Detecting e-mail hard & soft bounces, charles meaden, 31 Aug 15:42
      Matt, We use a product called Gammadyne to help us with this problem. As well as handeling all of the sending and recieveing of the emails, it also processes all the bounces and ...
    • Detecting e-mail hard & soft bounces, charles meaden, 31 Aug 15:43
      Matt, We use a product called Gammadyne to help us with this problem. As well as handeling all of the sending and recieveing of the emails, it also processes all the bounces and ...
    • Detecting e-mail hard & soft bounces, bdmedia, 31 Aug 16:18
      Matt, This whole area is covered by the SMTP protocol which defines the "conversation" that email servers have with each other when sending and receiving email. The relevant RFC ...
      • Detecting e-mail hard & soft bounces, matt , 31 Aug 16:44
        Hi James Unfortunately in theory all mail servers should use the relevant status error codes, but in reality this is not the case, and hence why I am looking for a library of al ...
    • Detecting e-mail hard & soft bounces, matt , 31 Aug 16:42
      I have now done some research for myself, and it appears there are a good number of options out there, some of them pretty advanced. The various products I have found are: En ...
      • Re: Detecting e-mail hard & soft bounces, Alex Chudnovsky, 1 Sep 16:45
        What you really looking for is database of patterns to detect softbounces. Anyone can compile their own by just looking at subject/body of bounces messages - I did that exercise fo ...
    • Detecting e-mail hard & soft bounces, jbovard, 7 Sep 12:19
      We use http://www.boogietools.com/default.asp It does it perfectly. End of story. Our list is close to 200k weekly. On 15:10:48 27 August 2004 matt wrote: Hi ...
Subscribe for only €299