You could try breaking the 900+ users into smaller chunks - e.g. first sending fifty e-mails, then right after that another fifty, until all of them have been sent.
On Jul 24, 11:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm trying to set up an automatic newsletter for one of the sites I'm > working on. All the data for the newsletter is in the database for > the site already (i.e. who to send it to and the data to send). > > I set up a function to create customized emails for each of the > members using the PHPMailer component, which I'm using for all of the > other emails the site generates. It works great for doing a few of > them, but when I try to run it for the current 900+ members on the > site, it breaks. First it was execution time, which I increased, then > it was memory limits. > > Can anyone make a suggestion on a different way to go about it so I > don't have these problems? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
