[Catalyst] Sending email safely with Catalyst

Eriam Schaffter eriam at eriamschaffter.info
Fri Apr 11 12:29:15 BST 2008


Le Ven 11 avril 2008 12:51, Zbigniew Lukasiak a écrit :
>
> 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).
>

Hello

For sending bulk emails I have implemented a job queue with
POE-Component-JobQueue and a smal TCP server that waits for jobs sent by
the controller.

It works fine :)

Thanks

Eriam





More information about the Catalyst mailing list