First of all, i would not count on ActionMailer to handle large
quantities of mailing lists since it''s none queued and the mails are
sent one after another.
i suggest you might consider a use of a 3rd party mailing list
service.
as for incoming mail, check out this page
http://blog.craigambrose.com/past/2008/2/9/respond_toemail_or_how_to_handle/
if you insist of using ActionMailer, try this to accelerate things a
little bit by enabling threaded operations.
http://pandejo.blogspot.com/2007/08/mean-mail-machine.html
On Apr 10, 3:43 pm, Tarscher
<tarsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> HI all,
>
> I would like to write a very simple mailinglist and wonder if (and
> how) this can be done with Rails.
>
> I have usergroups and want to automatically make a mailinglist for
> each group. eg a group is named testers . When you send a mail to
> test...-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org all the users in the
testers group should receive
> the mail.
>
> I don''t know whether Rails can handle incoming mails?
>
> Thanks in advance,
> Stijn
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---