Page 1 of 1

PHP Mailing

Posted: Fri Aug 08, 2003 10:13 am
by yonibensimon
I try to use the mail function and i get this error :

Warning: mail(): SMTP server response: 550 <yhki@hotmail.com>... Relaying denied in C:\website\sendMail.php on line 33

Posted: Fri Aug 08, 2003 11:14 am
by m3rajk
it's NOT php. it's the settings of your stmp server.

your apache or whatever the server serves pages as has no mail account, it's trying to assume you and it's not allowed. and i sincerely doubt they'll turn it on for you, because if they do that then they'll open themselves to spammers and other internet issues

Posted: Fri Aug 08, 2003 11:34 am
by yonibensimon
I work with IIS.

Does IIS support PHP ?