Re: [Catalyst] Sending 3000 emails.

2015-12-02 Thread Andrew
Hi Len and Darren, Atm I'm using Email::Stuffer to send email from within a perl script, in the Controller folder of my Catalyst app. I'm assuming this results in it being queued to be sent by the local SMTP server. My VPS server has Cpanel, and uses Exim, which I'm guessing is what the scripts

Re: [Catalyst] Sending 3000 emails.

2015-12-02 Thread Lance A. Brown
On 12/2/2015 10:10 AM, Andrew wrote: > As noted, it all works until about 1020 emails in, at which point the > Catalyst app crashes (although this has only happened once - I do not wish > to try again and risk another crash). I am using Email::Stuffer in a for > loop, iterating over an array of

Re: [Catalyst] Sending 3000 emails.

2015-12-02 Thread Len Jaffe
On Wed, Dec 2, 2015 at 10:10 AM, Andrew wrote: > Hi Len and Darren, > Atm I'm using Email::Stuffer to send email from within a perl script, in > the > Controller folder of my Catalyst app. > I'm assuming this results in it being queued to be sent by the local

Re: [Catalyst] Sending 3000 emails.

2015-12-02 Thread Len Jaffe
On Wed, Dec 2, 2015 at 10:59 AM, Lance A. Brown wrote: > On 12/2/2015 10:10 AM, Andrew wrote: > > As noted, it all works until about 1020 emails in, at which point the > > Catalyst app crashes (although this has only happened once - I do not > wish > > to try again and risk