If I wanted to create a campaign with a big list of subscribers, but wanted to limit only sending the same email to 450 per hour, how do I do this and to make sure the program will only send once to each person on that list?
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",450);
# define the length of one batch processing period, in seconds (3600 is an hour)
define("MAILQUEUE_BATCH_PERIOD",3600);
Return to Question & Problems - after installing
Users browsing this forum: No registered users and 7 guests