Email from PHP unknown error!
Posted: Wed Sep 04, 2002 5:17 pm
Hiya.
I keep getting an error from this script when ever I try to run it.. I have tried a few different ways of doing it but none seem to work. Can anyone see a problem here....
<?php
$mailto="you@somewhere.com";
$mailsub="The Subject";
$mailbod="Ohh nice body!";
mail($mailto, $mailsub, $mailbod);
?>
I using it as a confirmation thing.. I want to it automatically send out an email without it opening the users email-prog.
Tar.
I keep getting an error from this script when ever I try to run it.. I have tried a few different ways of doing it but none seem to work. Can anyone see a problem here....
<?php
$mailto="you@somewhere.com";
$mailsub="The Subject";
$mailbod="Ohh nice body!";
mail($mailto, $mailsub, $mailbod);
?>
I using it as a confirmation thing.. I want to it automatically send out an email without it opening the users email-prog.
Tar.