apache+php4+w2k,and the local machine is not the smtp server
test.php:
<?
$message="aaaaa";
mail("jackzhang@tecomasia.com.cn","no topic",$message,"");
?>
my php.ini:
SMTP = //corp's mail server IP
sendmail_from = // the local machine
when I run test.php,it display:
Warning: Server Error in e:\www\test.php on line 3
why, help me.