mail() function. --help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mdani
Forum Newbie
Posts: 1
Joined: Tue Aug 10, 2004 4:26 am

mail() function. --help

Post by mdani »

helo.
I hava question about mail() function,
I uses Windows 2000 5.00.2195 service pack 4 and i'm already active the SMTP server.

but i found error just like this:

Warning: Server Error in c:\apache\htdocs\tesmail\mailbiasa.php on line 40

40 refer to mail($to, $subject, $message);

I don't the what's wrong with my php syntax, or perhaps windows SMTP server????

please help me............
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

check your mail settings in php.ini to be sure they are correct for your server.
Post Reply