Jump to content

Newsletter Component


p.kalom

Recommended Posts

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!!!

Link to comment
https://forums.phpfreaks.com/topic/244983-newsletter-component/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.