
cum fac sa trimit PM la toata lista?
Cod: Selectaţi tot
UPDATE phpbb_config SET config_value = 2000 WHERE config_name = 'queue_interval';
PS. Se pare ca a fost creat si un MOD pentru asa ceva dar nu stiu cat de eficient este: Max Email Recipients$config['queue_interval'] is the variable that controls how often groups of emails are sent from the queue. By default this value is set to 600 (or ten minutes).
Everytime you load a page on your forum, if the current time is greater than the last time emails were sent + the queue_interval, then another group of x emails will be sent from the queue, and x is set by your email package size variable.
Therefore if you have the email package size set to 1, and you have more than one email added to the queue in a 10 minute period, your queue will NEVER be able to catch up.
Increase the size of your email package, and decrease the size of your queue_interval, and you'll start sending more emails, with less time in between each send, and hopefully your queue can finally catch up.
I didn't see the place in the ACP to adjust the queue_interval, so you might have to manually edit the value in the database through phpmyadmin or something like that.
Utilizatori ce ce navighează pe acest forum: Bing [Bot] și 1 vizitator