Cron does not work. You can use cron via http? Here is through the use of Linux cron: http://www.mailwizz.com/article/cron-jobs-list. That I can not use.
# Campaign sender, runs each minute:
* * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php send-campaigns > /dev/null 2>&1
http://mailwizz.example.com/apps/console/console.php?send-campaigns
Is there any solution via http?
# Campaign sender, runs each minute:
* * * * * php -q {FULL_PATH_TO_APPS_FOLDER}/apps/console/console.php send-campaigns > /dev/null 2>&1
http://mailwizz.example.com/apps/console/console.php?send-campaigns
Is there any solution via http?