[Catalyst] Sending email safely with Catalyst

Chisel Wright chisel at herlpacker.co.uk
Fri Apr 11 14:44:22 BST 2008


On Fri, Apr 11, 2008 at 12:51:18PM +0200, Zbigniew Lukasiak wrote:
> I've got a related question - does anyone send bulk emails with that
> plugin?  Is the delay reasonable when sending let's say a hundred
> emails or do I need a background mechanism for that?  I have now a
> forking solution - but it is a bit complex (and for mod_perl they
> recommend to do it in a 'cleanup' handler instead of a forked
> process).

I have a db-table-queue that gets dealt with by an external daemon
script.

-- 
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/

  SELECT message FROM signatures ORDER BY RANDOM() LIMIT 1;



More information about the Catalyst mailing list