Notifications via email
/opt/workfusion/wf_installer is a directory where the installation package was extracted.
During installation of WorkFusion platform it possible to setup the email notification.
The configuration file <PACKAGE_DIR>/config.yml contains a few pre-defined 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 a **/secrets.yml **file in case 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 |