PM la toti useri

Pentru întrebări legate de facilităţile forumului phpBB 3.0.x, acest loc este cel mai potrivit.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Închis
lighting
Utilizator înregistrat
Mesaje: 35
Membru din: 29-Apr-2010, 22:12:48
Versiune: 3
Ext: Nu
Server: Windows
Nivel phpBB: Mediu

PM la toti useri

Mesaj 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?
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: PM la toti useri

Mesaj 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
Închis

Înapoi la “3.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator