SMTP virtual server / IIS 6 / php 5.x

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
khalidmehmoodawan
Forum Newbie
Posts: 13
Joined: Thu Oct 23, 2008 3:19 am

SMTP virtual server / IIS 6 / php 5.x

Post by khalidmehmoodawan »

hi all.

I am unable to configure my smtp server to send emails on IIS6 running on win 2003 server.

I am using php 5.x. getting following error with simple mail() function.

SMTP server response: 530 5.7.3 Client was not authenticated php iis smpt

parameters in php.ini are:
smtp = localhost
mail_from also set.

i read some where that for php/iis combination i will have to use phpmailer class !!!!!!

whats the best and simplest way ?
Post Reply