PDA

View Full Version : Configuring SMTP Server under IIS Step by Step



nuno
Tue 25th Dec '01, 10:02pm
GOTO Control Panel » Administrative Tools » Internet Services Manager

This is what you will see

[/URL]

Right click Server's name(highlighted box at above pic) » Properties » Server Extensions

and now we are here

(http://pwp.netcabo.pt/0231050901/Step1.gif)

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

(http://pwp.netcabo.pt/0231050901/Step3.gif)

Right Click Default SMTP Virtual Server » Properties » Access » Relay

this is what you will see

[URL=http://pwp.netcabo.pt/0231050901/Step5.gif]

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 = webmaster@localhost

All done :)