Website logo
⌘K
Technical documentation
Installation manuals
Technical requirements
Standard installation on Linux
Standard installation on Windows Server
Manual installation on Linux
Manual installation on Windows Server
Administration
Migration to Passwork 6
How to update Passwork
Configuring background tasks
Mapping LDAP security groups with roles in Passwork
Mobile applications
Configuring SMTP for Windows Server
What to do in case of errors
About config.ini
Emergency mode
Import from Bitwarden via API
API 4.0
Linux
MongoDB
Legacy
Updates
Help center
Docs powered by Archbee
Website logo
Help center
Administration

Configuring SMTP for Windows Server

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
powershell

Shell
set-service smtpsvc -StartupType Automatic


SMTP configuration completed.

Updated 22 Nov 2023
Did this page help you?
PREVIOUS
Mobile applications
NEXT
What to do in case of errors
Docs powered by Archbee
TABLE OF CONTENTS
SMTP server install
Docs powered by Archbee