I''m trying to use the TMail classes. When I do the following:
mail = TMail::Mail.new
sender_addr =
TMail::Address.parse("xxx-bGHiYpY0Uss@public.gmane.org")
sender_addr.name = "Foo Bar"
mail.sender_addr = sender_addr
I get this error:
undefined method `addr='' for #<TMail::SingleAddressHeader
"">
Anyone have a clue how to make this work?
--
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
-~----------~----~----~----~------~----~------~--~---