Trying to set the message-id, in-reply-to, etc... in ActionMailer

Posted by Ryan on Stack Overflow See other posts from Stack Overflow or by Ryan
Published on 2010-05-28T00:56:36Z Indexed on 2010/05/28 1:01 UTC
Read the original article Hit count: 313

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby