It looks like the wget command in my webhosting account has been disabled again due to security reasons.
I currently have this setup in my cron daemon:
/usr/bin/wget -O /dev/null -T 0
http://www.mydomain.com/mail/dailymail.php?pw=xxxxx 1> /dev/null 2> /dev/null
What are the commands other than wget that will make the job work?
Dean I remembered you emailing me with the alternative commands. Can you paste the complete command line here? I am a complete newbie when it comes to this.
Thank you in advance...