I use from ''this-FDeE45fyEW0@public.gmane.org'' and when it arrives in targeted inbox, it shows from ''this-FDeE45fyEW0@public.gmane.org''. I want to show from ''This That''.. like name of the sender. How to do that? -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 13 Jan 2008, at 11:25, Vapor .. wrote:> > I use from ''this-FDeE45fyEW0@public.gmane.org'' and when it arrives in targeted inbox, it > shows from ''this-FDeE45fyEW0@public.gmane.org''. I want to show from ''This That''.. like > name > of the sender. How to do that?IIRC, set the from to This that <this-FDeE45fyEW0@public.gmane.org> Fre> > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jan 13, 2008 11:37 PM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 13 Jan 2008, at 11:25, Vapor .. wrote: > > of the sender. How to do that? > IIRC, set the from to This that <this-FDeE45fyEW0@public.gmane.org>That would work, but it is better fro TMail (the email handling that lives inside actionmailer) if you quote the description - it is also per RFC 2022. So, use "This That" <this-FDeE45fyEW0@public.gmane.org> That way, also, you can put basically whatever you want in the "" part. Mikel --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---