|
-
May 18th, 2002, 11:20 PM
#1
Thread Starter
Hyperactive Member
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?
-
May 19th, 2002, 07:39 AM
#2
so what does line 3 look like in your email.php script?
-
May 19th, 2002, 07:40 AM
#3
Fanatic Member
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
-
May 19th, 2002, 08:43 AM
#4
Thread Starter
Hyperactive Member
It doesn't matter what I type in, it's probably not a syntx error.
mail ("[email protected]", "Subject", "Body");
-
May 19th, 2002, 09:55 AM
#5
Fanatic Member
are you running on a server that is maintained by a hosting company or are you running it off your computer?
-Matt
-
May 19th, 2002, 09:58 AM
#6
Thread Starter
Hyperactive Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|