@hello, Mow, thanks for your reply!
I was able to solve this recently and didn't get a chance to post a reply until now.
Example cron job:
# Queue handler, runs each minute.
* * * * * /usr/bin/php -q /var/www/vhosts/mydomain.com/mm.mydomain.com/apps/console/console.php queue >/dev/null 2>&1...
Hello Peter & psclip,
I am facing a similar issue I can't seem to find a fix, please help!
My server is Ubuntu 20.04.2 + Plesk Obsidian (latest version) and I am attempting to get Mailwizz running on a subdomain using PHP 7.4.22.
The cron tasks I wish to run are:
# Campaigns sender, runs...