How to Configure SMTP Server IIs
Simple Mail Transfer Protocol (SMTP) is a small application that is run on a web-hosting server to relay email to its intended recipient. Internet Information Service (IIS) hosts SMTP. It needs to be installed and configured for it to work properly, but the process only takes a few steps in the IIS application console.
Instructions
-
Installation
-
1
Click the Windows "Start" button and select "Settings." Select "Control Panel" from the menu.
-
2
Double-click "Add/Remove Programs" in the Control Panel. Click the tab labeled "Add/Remove Windows Components." This lists the installed components on the Windows computer.
-
-
3
Click the icon that is labeled "Application Server" and click the "Details" button. This opens a list of applications that you can install on the computer. Click "SMTP" under the "Internet Information Service" section and click the "OK" button. This installs SMTP on the server.
-
4
Click "OK" on the "Add/Remove Programs" window.
Configuration
-
5
Right-click the "SMTP" icon in the IIS console and select "Properties."
-
6
Click the "General" tab. This opens a screen where you assign the port and the IP address for the SMTP service.
-
7
Enter the IP address or choose "All Unassigned." Choosing "All Unassigned" configures the server to process all SMTP requests. Choosing an IP restricts the service to only an IP specified.
-
8
Enter a port number to run the service. The standard port for SMTP is number 25. Click the "OK" button to save the settings.
-
9
Click "OK" on the general properties tab and close the IIS console.
-
1