Hi there! What emailing solution (plugin, gem, script) can you suggest for the following situation: - mails to a lot of people ("mass" mailing) - recipients can have 1 or more attachments (various formats) - attachments are individual files (with individual file names) - recipients get individual mails (100% individual content, not just standard text with personalized greetings) I have found the following script, but it seems to be made for the case where: - everybody gets the exact same email - emails have no attachments http://www.myowndb.com/blog/?p=20 Can you help me with this? Thanks a lot for any suggestions! 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-/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 -~----------~----~----~----~------~----~------~--~---
Andrew Bloom
2008-Nov-28 05:25 UTC
Re: Emailing: lots of recipients + individual mails/attachments
I don''t understand your question, are you trying to find a way to mass mail people unique messages with unique attachments? On Nov 27, 12:08 pm, Tom Ha <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi there! > > What emailing solution (plugin, gem, script) can you suggest for the > following situation: > > - mails to a lot of people ("mass" mailing) > - recipients can have 1 or more attachments (various formats) > - attachments are individual files (with individual file names) > - recipients get individual mails (100% individual content, not just > standard text with personalized greetings) > > I have found the following script, but it seems to be made for the case > where: > - everybody gets the exact same email > - emails have no attachments > > http://www.myowndb.com/blog/?p=20 > > Can you help me with this? > > Thanks a lot for any suggestions! > Tom > -- > Posted viahttp://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?hl=en -~----------~----~----~----~------~----~------~--~---
Tom Ha
2008-Nov-28 08:33 UTC
Re: Emailing: lots of recipients + individual mails/attachments
Yes, that''s exactly what I need to do! (I have all these user_ids, message_ids, attachment_ids stored in an array...) I would be glad if you guys could let me know what solution you can suggest for such a case - thanks a lot! -- 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 -~----------~----~----~----~------~----~------~--~---
Nellboy
2008-Nov-28 12:11 UTC
Re: Emailing: lots of recipients + individual mails/attachments
apparently ar_mailer-batch works well, but i don''t know if it will do what you need it to... you might have to hack it On Nov 28, 8:33 am, Tom Ha <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Yes, that''s exactly what I need to do! > > (I have all these user_ids, message_ids, attachment_ids stored in an > array...) > > I would be glad if you guys could let me know what solution you can > suggest for such a case - thanks a lot! > -- > Posted viahttp://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?hl=en -~----------~----~----~----~------~----~------~--~---
Tom Ha
2008-Nov-28 12:46 UTC
Re: Emailing: lots of recipients + individual mails/attachments
Thanks, it seems to handle the "mass" part in my problem. Has anyone an idea how to handle the "individual" mail content/attachment part? -- 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 -~----------~----~----~----~------~----~------~--~---