PHP Mailing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yonibensimon
Forum Newbie
Posts: 15
Joined: Thu Aug 07, 2003 10:24 am

PHP Mailing

Post 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
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post 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
yonibensimon
Forum Newbie
Posts: 15
Joined: Thu Aug 07, 2003 10:24 am

Post by yonibensimon »

I work with IIS.

Does IIS support PHP ?
Post Reply