I'm trying to get a cronjob working on DA. The same cronjob is running and working on cpanel.
GET http://example.be/script.php | mail -s "script output" [email protected]
The output I receive in my mailbox is an empty mail. The script itself (http://example.be/script.php) works when surfing but also not with the cronjob.
Am I doing something wrong?
ispi
GET http://example.be/script.php | mail -s "script output" [email protected]
The output I receive in my mailbox is an empty mail. The script itself (http://example.be/script.php) works when surfing but also not with the cronjob.
Am I doing something wrong?
ispi