Notifications via Email
During installation of WorkFusion platform it possible to set up the email notification.
The configuration file contains a few pre-defined notification parameters:
| Name | Description | default value |
|---|---|---|
default_email_sender |
Default email sender to be used for sending the mail notifications as `MAIL_FROM` from all components. Overridden parameter The setting will be used, if the respective parameter is not defined for a component. |
no-reply@example.com |
default_email_host |
Default mail server host to be used for sending mail notifications as a mail relay. Overridden parameter The setting will be used, if the respective parameter is not defined for a component. |
localhost |
default_email_port |
Default mail server port to be used while sending mail notifications as the destination port. Overridden parameter The setting will be used, if the respective parameter is not defined for a component. |
25 |
wf_email_sender |
The notification email sender used as `MAIL_FROM` when sending the mail notifications from Control Tower. | no-reply@example.com |
wf_email_host |
The notification mail server host used as a mail relay when sending the mail notifications from Control Tower. |
localhost |
wf_email_port |
The notification mail server port used as a destination port when sending the mail notifications from Control Tower. |
25 |
ws_enable_worker_email_confirmation |
The parameter enables/disables sending mail notifications from Workspace. | false |
ws_email_sender |
The notification email sender used as `MAIL_FROM` when sending the mail notifications from Workspace. |
no-reply@example.com |
ws_email_host |
The notification mail server host used as a mail relay when sending the mail notifications from Workspace. |
localhost |
ws_email_port |
The notification mail server port used as a destination port when sending the mail notifications from Workspace. |
25 |
wfagent_notifications_enabled |
The parameter enables/disables sending mail notifications from WF-Agent. |
false |
wfagent_email_sender |
The notification email sender used as `MAIL_FROM` when sending the mail notifications from WF-Agent. |
agent@example.com |
wfagent_notification_recepient |
The notification email recipient used as `MAIL_TO` when sending the mail notifications from WF-Agent. |
agent@example.com |
wfagent_email_host |
The notification mail server host used as a mail relay when sending the mail notifications from WF-Agent. |
localhost |
wfagent_email_port |
The notification mail server port used as a destination port when sending the mail notifications from WF-Agent |
25 |