I am using PHP4 and Apache on Win 98. I configured SMTP and sendmail_from attributes in the php.ini file. When I run a simple script its giving me the following error message:
"Warning: Failed to Receive in c:\program files\apache group\apache\htdocs\test\email.php on line 2"
The program I wrote is:
<?
mail("josef104@hotmail.com","My Subject","Line1\nLine2\n");
?>
Help appreciated.
Thanks,
Joseph