I am trying to send mail externally from my SMTP server(exchange 2000) using mail() function.
I have no problem if I send to a internal address (christopher.seidel@jerovsek.si), however if I try to sent to a external address (chrisseidel@hotmail.com) I recieve Warning: Server Error, do I need to authinicate to the exchange server who I am so I can send external e-mail, or is this a different problem?
Thanks
************sorce code**************
<?
$header = "From: nobody@home.com\n Reply-To: me@home.com";
$to = "some.one@hotmail.com";
$message = "Lots of text and other stuff";
$subject = "Blah Blah";
$send_result = mail( $to, $subject, $message, $header );
?>
**************configuration***********
PHP4.04
Exchange 2000
IIS 5.0
open relay(closed)