mail problem in PHP

when I try to mail,then it shows following warning that is
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for addnan14@hotmail.com in c:\inetpub\wwwroot\em.php
[186 byte] By [kku] at [2007-11-20 7:02:11]
# 1 Re: mail problem in PHP
when I try to mail,then it shows following warning that is

Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for addnan14@hotmail.com in c:\inetpub\wwwroot\em.php

Sounds like a configuration problem. Are you testing this offline on localhost? I always get an error whenever I try to use the mail function offline. Try it online to see if you still get the message.
Nibinaear at 2007-11-10 3:56:29 >
# 2 Re: mail problem in PHP
Check-out this thread here
http://www.issociate.de/board/post/61241/Sending_mail_through_localhost.html
blueday54555 at 2007-11-10 3:57:29 >