Here is my IIS Directory,I can't able to see the smtp option,How can I add here.I checked in control panel-->programmes and features-->Turn windows features on or off,but here also I didn't find out any checkbox belongs to smtp,If I enable means then only it'll show in IIS directory.So now How I have to get add ?can any one tell me?
please find the below image
Loading
Afzaal Ahmad ZeeshanPosted Mar 19, 2015, 10:32 AM
SMTP functionality is enabled in IIS by default, you do not need to perform anything to enable and use it in your applications; web-based. All you need is the credentials for your SMTP server; such as Gmail, Outlook etc. and some other details, such as user/password, port number to connect through etc. Then you can use the SMTP server functionality in your application too.