Cyril Malka
Member
Hello,
I am using an extern service for my cron-job (easycron.com) since namecheap doesn't authorize cron-jobs more often than 15 minutes on the plan I have.
I can't find out of how to "translate" the cron job into a link
For instance:
/usr/bin/php-cli -q /home/my.account/public_html/mailwizz.mydomain.com/apps/console/console.php send-campaigns >/dev/null 2>&1
easycron needs a http://
So I put http://mailwizz.mydomain.com/apps/console/console.php - it doesn't work. If I add: send-campaigns >/dev/null 2>&1
It says the url isn't valid.
How can I do to run these cronjobs through easycron?
Thanks in advance for your answers.
Cyril
I am using an extern service for my cron-job (easycron.com) since namecheap doesn't authorize cron-jobs more often than 15 minutes on the plan I have.
I can't find out of how to "translate" the cron job into a link
For instance:
/usr/bin/php-cli -q /home/my.account/public_html/mailwizz.mydomain.com/apps/console/console.php send-campaigns >/dev/null 2>&1
easycron needs a http://
So I put http://mailwizz.mydomain.com/apps/console/console.php - it doesn't work. If I add: send-campaigns >/dev/null 2>&1
It says the url isn't valid.
How can I do to run these cronjobs through easycron?
Thanks in advance for your answers.
Cyril