Skip to main content
This documentation is for Passwork version 6.0, no longer supported.

See documentation for version 7.0.
Version: 6.0

Configuring Windows SMTP

Installing the SMTP server

Open Server Manager and add SMTP Server role:

Searching password by browser extension

Open IIS 6.0 Manager and configure SMTP server:

Searching password by browser extension

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

Searching password by browser extension

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

Searching password by browser extension

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

Searching password by browser extension

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

Searching password by browser extension

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

Searching password by browser extension

Make your SMTP server start on boot

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

powershell
set-service smtpsvc -StartupType Automatic