How do i run a cron command line to see if it's
working or not. I trying to set up a daily mail program for
for double opt in mailing list.
I left out the password but here's the command line:
0 0 * * * /usr/bin/wget -O /dev/null -T 0 http://rusticmade.com/mail/dailymail.php?pw=password 1> /dev/null 2> /dev/null
is this correct and how do I run it.
Charles
working or not. I trying to set up a daily mail program for
for double opt in mailing list.
I left out the password but here's the command line:
0 0 * * * /usr/bin/wget -O /dev/null -T 0 http://rusticmade.com/mail/dailymail.php?pw=password 1> /dev/null 2> /dev/null
is this correct and how do I run it.
Charles
Comment