Notifications via email
note
/opt/workfusion/wf_installer is the directory where the installation
package is extracted.
During the installation of the WorkFusion platform, it is possible to set up email notifications.
The <PACKAGE_DIR>/config.yml configuration file contains a few predefined notification parameters:
| Name | Description | Default value |
|---|---|---|
wf_email_host, ws_email_host, wfagent_email_host |
Mail server host. Used by CT, WS, Monitoring. |
localhost |
wf_email_port, ws_email_port, wfagent_email_port |
Port of mail server. Used by CT, WS, Monitoring. |
25 |
wf_email_sender, ws_email_sender |
Email address which will be used by CT and WS to send emails to users. | noreply@example.com |
wfagent_email_sender |
Email address from which alerts are sent. Used by Monitoring. |
agent@example.com |
wfagent_notification_recepient |
Where to send alerts? Used by Monitoring. | admin@example.com |
ws_enable_worker_email_confirmation |
Whether to enable Email confirmation for worker users. Used by Workspace. |
false |
The following parameters should be defined in the <PACKAGE_DIR>/secrets.yml file if the SMTP server requires authentication:
| Name | Description | Default value |
|---|---|---|
mail_user | Credentials used for authentication to SMTP server. Used by CT, WS, Monitoring. | wfadmin |
mail_pass | Credentials used for authentication to SMTP server. Used by CT, WS, Monitoring. | wfadmin |