Trying to set the message-id, in-reply-to, etc... in ActionMailer
- by Ryan
I'm working on an app that needs to be able to send out email updates and then route the reply back to the original item.
All emails will come to a single address (this can't change unfortunately), and I need to be able to determine where they go. My initial thought was setting the message-id for the item so that it comes back as a References header.
any ideas on how to accomplish this with ActionMailer?