[Catalyst] Email group of people

Todd Charron todd at neteffect.ca
Wed Apr 5 14:50:49 CEST 2006


Hi Bill,

On Tuesday 04 April 2006 18:34, Bill Moseley wrote:
> 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?
>

I use Mail::Bulkmail 
(http://search.cpan.org/~jimt/Mail-Bulkmail-3.12/Bulkmail.pm) when I need to 
send out any large batches of email.  It's quite fast.  In the event the list 
is extremely large I usually fork to a separate script (passing the necessary 
info to do the db lookup) and then run bulkmail from there but for a list as 
small as 50 you could easily do it with Mail::Bulkmail without forking.

Unfortunately, as far as I know there isn't a catalyst plugin for 
Mail::Bulkmail at the moment.  I would love it if there was, so if anyone 
would like to write one I know I'd greatly appreciate it :)

Todd



More information about the Catalyst mailing list