Thanks Ben, appreciate all your support and love the upgraded license!
Where do I set up CRON jobs if I am using Digital Ocean? I'm trying to set up the job that allows me to schedule emails.
*/5 * * * *
php /path/to/scheduled.php > /dev/null 2>&1
Hi,
On cloud servers like Digital Ocean, you’ll setup cron jobs via SSH, eg. sudo crontab -e.
sudo crontab -e
Thanks.
Best regards, Ben
Comments
Hi,
On cloud servers like Digital Ocean, you’ll setup cron jobs via SSH, eg.
sudo crontab -e
.Thanks.
Best regards,
Ben