Administration
...
Setting up mail notifications
Local service
Windows SMTP
6min
changing a parameters in passwork open passwork web interface and go to settings and users → system settings → notifications activate the send email notifications option and in email service use local service , specify the sender's email and save the changes installing smtp server open powershell as "administrator" using the start context menu right click on the start icon in the lower left corner of the screen select "windows powershell (administrator)" from the context menu using the start menu left click on the start icon in the lower left corner of the screen write powershell open powershell as "administrator" with the combination — ctrl + shift + enter install an smtp server powershell install windowsfeature name smtp server enable autostart of the smtpsvc service powershell set service smtpsvc startuptype automatic open server manager → tools → internet information services (iis) 6 0 manager open smtp server — properties go to delivery → advanced and fill in the smart host for the example gmail is used and it is necessary to specify — smtp gmail com in outbound connections , set port 587 for tcp in outbound security , execute select — basic authentication ; fill in — user name and password ; enable — tls encryption open the access section, in the connection control setting, add the ip address 127 0 0 1 to the list of allowed ip addresses in the relay restrictions section, add the ip address 127 0 0 1 to the list of allowed ip addresses the smtp server configuration is complete