Limit mails per hour

Hi there,

I’d like to limit my e-mails to 50 per minute. How can I do this? I’ve seen some solutions as batch_size, but I can’t find that in my config.php
I hope anyone can help me.

Kind regards,
Patrick

UPDATE:
I’ve found the file and made some adjustments, but it looks like no changes are made. When I process the queue, there are still more than 300 e-mails sent per minute.

Sounds like you’ve found the settings in the config-extended.php file, is that right?

If so, note that phpList only uses config.php, not the extended file, that is there so you can see ALL the settings, to use them you need to include the extra settings that you wish to use within the smaller config.php file.