Configure notifications via email
After you install the Product, set up notifications to be received via email:
Сonfigure the following secure properties in Secure Vault. For more information on managing secure properties, see the guide.
For workfusion:
Name Description Default value mail.usernameName for authentication to the SMTP server 'wfadmin' mail.passwordPassword for authentication to the SMTP server 'wfadmin' For workspace:
Name Description Default value ws.mail.usernameName for authentication to the SMTP server 'wfadmin' ws.mail.passwordPassword for authentication to the SMTP server 'wfadmin'
Configure application properties for workfusion. For that, edit file INSTALL_DIR/workfusion/conf/workfusion.properties:
$ cd /opt/workfusion/workfusion/conf/ # default path $ vi workfusion.propertiesName Description Default value mail.hostMail server host 'localhost' mail.portPort of the mail server '25' from.emailEmail address that will be used by CT to send emails to users 'no-reply@example.local' Configure application properties for workspace. For that, edit file INSTALL_DIR/workspace/conf/workspace.properties:
$ cd /opt/workfusion/workspace/conf/ # default path $ vi workfusion.propertiesName Description Default value web.enableWorkerEmailConfirmationThe parameter to enable email confirmation for worker users. 'False' email.hostMail server host 'localhost' email.portPort of the mail server '25' email.fromEmail address that will be used by WS to send emails to users 'no-reply@example.local' Restart the Master server:
$ wfmanager restart workspace $ wfmanager restart worfusion
Enable STARTTLS
To enable Opportunistic TLS and the STARTTLS command in Control Tower, do the following:
In the INSTALL_DIR/workfusion/workfusion.properties file, add the lines:
mail.smtp.starttls.enable=true mail.smtp.starttls.required=trueRestart Control Tower:
$ wfmanager restart worfusion