Hi
I'm new to phplist (2.10.19) and have a question. Sorry if this seems obvious.
Why is a reload required after 360 messages sent instead of sending out to the 2349 users found? I understand the batch limit was reached but I expected there may be a pause and automatic resume to send to all.
This is a portion of the event log.
91 del processqueue 2012-12-10 08:23:20 Reload required
90 del processqueue 2012-12-10 08:23:20 Finished this run
89 del processqueue 2012-12-10 08:23:20 1 invalid emails
88 del processqueue 2012-12-10 08:23:20 360 messages sent in 378.95 seconds (3419 msgs/hr)
87 del processqueue 2012-12-10 08:23:20 batch limit reached: 360 (360)
86 del processqueue 2012-12-10 08:18:25 Invalid email, userid XXX, email XXX@XXX.coom
85 del processqueue 2012-12-10 08:17:01 Found them: 2349 to process
84 del processqueue 2012-12-10 08:17:01 Looking for users
Is it because of the configuration settings?
define("MAILQUEUE_BATCH_SIZE",360);
define("MAILQUEUE_BATCH_PERIOD",3600);
define('MAILQUEUE_THROTTLE',1);
thanks
edit:
sorry if in the wrong forum zone. I started with a function question and ended up changing my question.