phplist - question about setting the batch rate
Posted by: mhaustx
Posted on: 2005-09-22 22:00:00
I am setting up phplist on my server, and asked the dreamhost people if there was a limit to the send rate for such programs. I got this response:
In reply to:You can only send to 20 receipients in a single message (if you batch it
so that you don't have more than that per message you should be fine)."
This is an except from the config file...I am hoping that somebody here might know whether or not I'm setting the config file up right...Thanks!!
# define the amount of emails you want to send per period. If 0, batch processing
# is disabled and messages are sent out as fast as possible
define("MAILQUEUE_BATCH_SIZE",20);
# define the length of one batch processing period, in seconds (3600 is an hour)
define("MAILQUEUE_BATCH_PERIOD",30);
# to avoid overloading the server that sends your email, you can add a little delay
# between messages that will spread the load of sending
# you will need to find a good value for your own server
# value is in seconds (or you can play with the autothrottle below)
define('MAILQUEUE_THROTTLE',0);
Edited by mhaustx on 09/22/05 10:44 PM (server time).