Configure notifications via email
After installing the Product, set up notifications to be received via email.
Set up notifications
To configure email notifications, do the following:
Сonfigure the following secure
workfusionproperties in Secure Vault. For more information on managing secure properties, see the guide.Name Description Default value mail.usernameName for authentication to the SMTP server 'wfadmin' mail.passwordPassword for authentication to the SMTP server 'wfadmin' Configure application properties for
workfusionby editing theINSTALL_DIR/workfusion/conf/workfusion.propertiesfile:$ 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 to be used by CT for sending emails to users 'no-reply@example.local' Restart the Master server:
$ 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.propertiesfile, add the following lines:mail.smtp.starttls.enable=true mail.smtp.starttls.required=trueRestart Control Tower:
$ wfmanager restart workfusion