p.kalom Posted August 17, 2011 Share Posted August 17, 2011 Hello!! I'm developing a newsletter component. It's almost ready but i have some issues! I have a function in the model file which sends the newsletters. The problem is when the list of mails which is called has more than 1500 mails the model file runs for a lot of time and only 1500 could be sent. I would like to suggest me a way to separate the whole process in 500 mails packages. I want the user to press the apply button and only first 500 mails to be sent, then he presses another button and another 500 mails sent. In the function of the model file there is a "foreach" that scans the emails from db and sent the mails in a loop. I'm thinking if there is a way to break and continue the foreach with a button. Thank you very much for your time!!! Quote Link to comment https://forums.phpfreaks.com/topic/244983-newsletter-component/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.