Pagina 1 din 1

PM la toti useri

Scris: 05-Iun-2010, 01:48:43
de lighting
cand incerc sa trimit un PM la toata lista imi spune Aţi încercat să trimiteţi un mesaj privat la prea mulţi destinatari...:(
cum fac sa trimit PM la toata lista?

Re: PM la toti useri

Scris: 05-Iun-2010, 04:35:18
de bogdan
Modifica variabila Panoul administratorului -> Configurări e-mail -> Dimensiunea pachetului de e-mail.

De asemenea, mai poti modifica (folosind phpMyAdmin) variabila queue_interval din tabela phpbb_config (standard este 600 secunde = 10 minute):

Cod: Selectaţi tot

UPDATE phpbb_config SET config_value = 2000 WHERE config_name = 'queue_interval';
Apoi trebuie sa cureti cache-ul

Citeste si acest comentariu ce explica pe indelete cum functioneaza:
$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.
PS. Se pare ca a fost creat si un MOD pentru asa ceva dar nu stiu cat de eficient este: Max Email Recipients