Set up a way to archive outgoing emails.
We send a lot of emails that are custom to the individual and would like a simple way to save them. Our email generators are on 20 or so amazon instances and we spin up and shut them down as needed. So we have 3 options: save the file and hope to dl before the box dies, send bcc to a stable box, or post to a webhook on a stable box.

-
Rick Swanson commented
Archive email campaign metrics after 30 days so they can be referenced over a longer time horizon for effectiveness and improvement.
-
Brian Lakstins commented
Having a "Sent" Webhook that works just like the forward(url) route would be nice.
-
Lyndon Buckley commented
I currently bcc to a mailgun email address, that is then dealt with in Routes, sending it off to a storage server via webhook