add cronjob to run a page on a website
I understand that to add a cronjob I use crontab -e
I want to send emails to customers once a day, I have the page set-up & if I open the page in a web browser it works.
the path is /home/www/web(number)/web/auto/mail.php
I added this to the crontab
00 01 * * * /home/www/web(number)/web/auto/mail.php &> /dev/null
I think this will run at 1am every day - but it doesn't work.
Can you tell me where I'm going wrong please.
I have set CHMOD to 777 for the file mail.php
Thanks
|
Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 6 hours ago
2 days 8 hours ago