Thanks Andy -
I'm still a little confused about this. Let me explain what I have to test my cron.
in the cron tab:
* /usr/bin/lynx /path/to/phpmail.php3
the phpmail.php3 file:
<?php
mail("me@mysite.com", "My Subject", "testing");
?>
The error message:
Alert!: Unable to access document.
Your Terminal type is unknown!
Enter a terminal type: [vt100]
TERMINAL TYPE IS SET TO vt100
lynx: Can't access startfile file://localhost/home/myuname/www/phpmail.php3
It's not my server so I can't install anything. How would I do this with wget or curl? If I give up, can I do this with perl?
Thanks for you help eveyone.