ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: help on August 14, 2004, 01:52:07 pm
-
Dean,
using the prescribed cron routine:
15 1 * * * /usr/bin/wget -O /dev/null -T 0 http://www.mysite.com/listmail/dailymail.php?pw=mypass 1> /dev/null 2> dev/null
returns:
file or directory not found. I have full accesss to the shell via SSH and strangely have the ability to execute php script as php-cgi (which does not seem to matter).
Why is it not finding the dailymail.php file? When manaully executing this file in a browser I get a simple message: no messages to process.
thanks
-
The first part of the command: 15 1 * * * is the timing. The actual "command" should start with /usr/bin/wget
Have you mistakenly included the timing in the command field?