how to set the ‘Return-Path’ header in ActionMailer. regards -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Chris Mear
2006-Oct-06 15:06 UTC
Re: how to set the ''Return-Path'' header in ActionMailer
Joe Black wrote:> how to set the ''Return-Path'' header in ActionMailer.headers ''Return-Path'' => ''whatever'' should do it. All the documentation''s here: http://api.rubyonrails.org/classes/ActionMailer/Base.html Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Peter Bengtson
2006-Oct-06 15:09 UTC
Re: how to set the ''Return-Path'' header in ActionMailer
Nope. TMail strips that particular header off. See the rest of the thread for clarification and a workaround. On 6 okt 2006, at 17.06, Chris Mear wrote:> > Joe Black wrote: >> how to set the ''Return-Path'' header in ActionMailer. > > headers ''Return-Path'' => ''whatever'' > > should do it. > > All the documentation''s here: > http://api.rubyonrails.org/classes/ActionMailer/Base.html > > Chris > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---