I have a VPS with 2GB with cPanel/WHM
Installed PHPList Latest Version
Create a batch of 2000 list
PHPList Settings as following
define('USE_DOMAIN_THROTTLE',0.2);
define('DOMAIN_BATCH_SIZE',800);
define('DOMAIN_BATCH_PERIOD',120);
Still it's not sending emails more than 300 taking too much time
A process for this page is already running and it was still alive 532 seconds ago
Sleeping for 20 seconds, aborting will quit
A process for this page is already running and it was still alive 593 seconds ago
Sleeping for 20 seconds, aborting will quit
Started
Processing has started, 1 message(s) to process.
Please leave this window open. You have batch processing enabled, so it will reload
several times to send the messages. Reports will be sent by email to
[email protected]
Processing message 79
Looking for subscribers
Found them: 1392 to process
Sending in batches of 10000 emails
I loaded the phplist on my vps having 1gb ram, 20gb hdd, 1 core, ubuntu (lamp, sendmail) and it is running as I answer this. I did not enabled/tweaked any of the above settings. Left as it is. Well there are some issues if the batch size is more than 1000 mails and process q is taking some time if we do not enable domain throttling. Check processing queue in config_extended.php file and it might help in q processing better as they say. Also check http://docs.phplist.com/ProcessQueueInfo.html
I also suggest - using phplist with an smtp server (installed on the same vps) or smtp relay. That gives you better mail sending.
might help you
Good Luck
Following are copied from the process...