I assume this is with the dailymail cron job setup. I am using cpanel. I have contacted my host and sent them the code:
0 0 * * * /usr/bin/wget -O /dev/null -T 0
http://mysite.com/mail/dailymail.php?pw=xxxx 1> /dev/null 2> /dev/null
Naturally I added my domain and entered my password into the code. My host support wrote back with the following reply:
"Please try using GET or CURL instead"
I don't understand what they are talking about.