Email Bounce Handling?

Thanks @pgr, I’m trying to write a bit of code to:

  1. add no-reply@sendgrid.net to the list of senders to check for bounces (that’s easy).
  2. Add functionality to parse the attachments and look through the attachments for “550” and the campaign ID.

Testing this is going to be tough though if I have to generate a new email every time while I’m developing it.

This would be great functionality to add because most bulk emailers like sendgrid and AWS send back an email that has the original bounce email attached as a file instead of forwarded. This would greatly improve bounce handling for most people that use bulk emailers.

2 Likes