Page 1 of 1

SMTP virtual server / IIS 6 / php 5.x

Posted: Fri Dec 05, 2008 8:16 am
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 ?