[Catalyst] Email group of people
Bill Moseley
moseley at hank.org
Wed Apr 5 00:34:44 CEST 2006
I'm using the Email plugin for sending single mails, and I do it
within my controller during the request.
I now have a need to send about 50 individual messages as a result of
a form post.
What's would you suggest?
- Write the mail and list of recipients to the database and then let
cron process them later?
- Get all I need out of the database and then fork and send the mail?
- Just do $c->email in a loop and use some kind of please wait
screen?
--
Bill Moseley
moseley at hank.org
More information about the Catalyst
mailing list