Hi
A detailed requirement of the above is as
I have a message model, message_participant model, and attachments
model. The relations are
message has_many message_participants
message has_many attachments
attachment using paperclip I am storing in database it self. I have
in hand a message object which has subject, body etc. So clearly this
message has a sender and many recipients. This I can find out. My
requirement is to send each of the message recipients this message with
its attachments
I have all the data in my hand . What I need is, to send same email
with attachments to the recipients
Please help
Thanks
Tom
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.