Forum Moderators: bakedjake
i have a simple php file which sends me a test mail
from the command line this works perfectly:
lynx -dump [mydomain.com...]
however when i add it to cron, to send me a mail every 5 minutes, or even at a specific time
53 * * * * lynx -dump [mydomain.com...]
*/5 * * * * lynx -dump [mydomain.com...]
i never receive a mail. so they are not working?
i am sure it is something simple.
thanks for help