You can use wget
and set the time for whatever you like:
wget http://www.mysite.com/admin/sendDailyEmail
You can also use curl
:
curl --silent http://www.mysite.com/admin/sendDailyEmail
You can use wget
and set the time for whatever you like:
wget http://www.mysite.com/admin/sendDailyEmail
You can also use curl
:
curl --silent http://www.mysite.com/admin/sendDailyEmail