I am relatively new to .NET. I wanted to know if there is a way to configure SMTP in IIS 5.1 from command line. I know there’s a tool called Aapcmd.exe, but since it is only available to
IIS 7 or higher, I cant use it. However i came across some scripts in C:\Inetpub\AdminScripts on my system (which apparently are used for IIS administration)
……but coud’nt use them for SMTP configuration. Any help is appreciated.
Thanks
I am relatively new to .NET. I wanted to know if there is a
Share
Thanks Joola… Turns out we can configure SMTP parameters using adsutil.vbs which is usally available at C:\Inetpub\AdminScripts or wherever you ‘Inetpub’ folder is….
I needed to change following parameters in a default SMTP setup:
You can use adsutil.vbs to change these as mentioned below.
Please note, instead of set one can also use the get option to view the current values…