-
mail()
I get this error when trying to send an email using mail() : Warning: Server Error in c:\apache\htdocs\email.php on line 3.
I'm just running Apache 1.3.23 and PHP 4.* on my computer and wondering if I'm missing another program or just some settings.
Is there anything I should add to httpd.conf or php.ini?
-
so what does line 3 look like in your email.php script?
-
what is the code you are using exactly as you have written it, and are you running php locally on your computer or on a virtual server?
-Matt
-
It doesn't matter what I type in, it's probably not a syntx error.
mail ("[email protected]", "Subject", "Body");
-
are you running on a server that is maintained by a hosting company or are you running it off your computer?
-Matt
-
my computer... that's where the problem lies. I don't have a server set up for mail, I just want to test the function(ality). Is there a way I can do this?