GOTO Control Panel » Administrative Tools » Internet Services Manager
This is what you will see

Right click Server's name(highlighted box at above pic) » Properties » Server Extensions
and now we are here

Now goto Options » Specify how mail should be sent » Settings
Fill in exactly as shown

Hit OK twice
done here!
Next Step - Configuring SMTP Server

Right Click Default SMTP Virtual Server » Properties » Access » Relay
this is what you will see

again fill in exactly as shown
Hit OK twice
dont forget to edit your php.ini file inside WINNT folder
to match your needs
ex:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = [email protected]
All done
This is what you will see

Right click Server's name(highlighted box at above pic) » Properties » Server Extensions
and now we are here

Now goto Options » Specify how mail should be sent » Settings
Fill in exactly as shown

Hit OK twice
done here!
Next Step - Configuring SMTP Server

Right Click Default SMTP Virtual Server » Properties » Access » Relay
this is what you will see

again fill in exactly as shown
Hit OK twice
dont forget to edit your php.ini file inside WINNT folder
to match your needs
ex:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = [email protected]
All done
