Hello
I want to run a php script every morning, the script would send a mail.
But the mail I get from cron always contains an error message.
Can anybody help?
Hello
I want to run a php script every morning, the script would send a mail.
But the mail I get from cron always contains an error message.
Can anybody help?
Post your script, crontab line and error. You might want to try piping your script output to sendmail instead of sending mail through PHP.