Administration
Setting up mail notifications

Configuring SMTP

4min

Installing the SMTP server

Open Server Manager and add SMTP Server role:

Document image


Open IIS 6.0 Manager and configure SMTP server:

Document image


Open Delivery tab, click Advanced and set Smart host. For Gmail it is smtp.gmail.com :

Document image


Click Outbound connections and set the outbound TCP port to 587:

Document image


Click Outbound Security, select Basic Authentication and fill in the user name and password fields. Enable TLS Encryption.

Document image


Go to Access tab -> Connection and add 127.0.0.1 IP to the list of allowed computers.

Document image


Go to Access tab -> Relay and add 127.0.0.1 IP to the list of allowed computers:

Document image


Make the SMTP Server start on boot

Press Win+X to open the Command Prompt, then press the A key and run the following commands:

Shell

Shell