umen
08-26-2002, 08:54 AM
Hello folks , im trying to use the mail() function in php that is basically sending mail throw the smtp server ... any way what i need to config to make it work ? i have the apache installed on win2000
when i try to send email something like this :
$Ps="foo";
mail("umen@netvision.net.il","Test form php page","your password is :".$Ps);
it gives me this erorr:
Warning: Server Error in c:\apache\htdocs\shoppingsys\register.php on line 15
that is the line with the mail() function .
thanks
when i try to send email something like this :
$Ps="foo";
mail("umen@netvision.net.il","Test form php page","your password is :".$Ps);
it gives me this erorr:
Warning: Server Error in c:\apache\htdocs\shoppingsys\register.php on line 15
that is the line with the mail() function .
thanks