Administration
Setting up mail notifications

Configuring SMTP

4min

SMTP server install

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 on “Advanced” button and set “Smart host”. For Gmail it is “smtp.gmail.com”.

Document image


Click on “Outbound connections” and set outbound TCP port to “587”.

Document image


Click on “Outbound Security” button, select “Basic Authentication” and fill in user name and password fields. Tick on “TLS Encryption”.

Document image


Click on “Access” tab > “Connection” and add 127.0.0.1 ip to granted computers list.

Document image


Click on “Access” tab > “Relay” and add 127.0.0.1 ip to granted computers list.

Document image


Enable SMTP Server start on boot

Open Command Prompt - Press “Win+X”, then press “a” key. Run following commands:

Shell

Shell


SMTP configuration completed.