Stop mail queue processing service

Hi, at this moment I’m using the mail queue processing service from phplist. How can I stop this service? I want to try the cron service from the webhoster. Now I can’t test this :slight_smile: Thanks!

@CD130 you can try resetting the option of using the remote service. Add this to the config.php file

define('SHOW_PQCHOICE', true);

then go to the “process queue” page where there should be a button to reset.

1 Like