Configuring the Email Notification Channel
In Data One, a System Email Notification Channel is configured by default with an SMTP Client Connection that requires a few parameters to finalize its configuration, as described in the following steps:
- Go to Setup → Notification Channels and edit the System Email Notification Channel entry in the result set.
- In the EDIT CHANNEL window, some fields are already filled in but you can change them according to your needs:
- Name: this field cannot be modified.
- Description: this field cannot be modified.
- Select Connection: this is the SMTP server that will be used to send emails. defaultSMTPClientConnection is selected but needs further configuration! In the drop-down list, click Show all to open the Manage Connections window where you must edit the defaultSMTPClientConnection clicking the pencil icon and adding these parameters:
- Host: address of the SMTP server
- Port: port of the SMTP server
- Username: user identifier for SMTP connection
- Password: password
- Match server hostname: enable this toggle switch if the DN certificate must contain the same IP as the HOST
- Client KeyLabel: enter the key identifier to create the SSL connection
- SSL authentication protocol: enables a secure connection. Select All or Only specific Values. Note that to correctly configure the connection for ICAP, you need to choose this value: STARTTLS
- Accepted cipher suites: select All or Only specific Values.
- Sign key alias
- Connection security
- Max retries: enter the maximum number of reconnection attempts
- Configuration test: select the cluster where you want to test your configuration
Select template
Select a template for the email that will be sent following to events occurring during the flow:
- Data Watcher: in this tab you can configure the templates that will be used as body of the emails sent for cut-offs ended with error, cut-offs warning (when the cut-off is about to expire), flow completed successfully and flow in error.
- SYSTEM: use this tab to configure the template for the Password reset management. Note that the SYSTEM tab appears only in the defaultSMTPClientConnection channel.
- CONTRACT: in this tab you can configure the template that will be used in the emails sent for generic local actions triggered by the EVENT NOTIFICATION service task.
- ICAP: in this tab you can configure the templates that will be used as body of the emails sent for these 4 ICAP events: AV breach detected, DLP breach detected, server unavailable and file scan skipped.
- CENTRAL LOG: in this tab you can configure the templates that will be used as body of the emails sent for INFO, WARNING and ERROR log notifications. If you want to configure a single template covering all levels, use the Default Template option. If you do not want notifications to be sent, leave the event without a template.
To associate a template, select it in the list. If you need to load a new template, see the Loading a new template section in this manual.
Click the SAVE button to confirm the options edited for the channel.
Capt. Eddie to ground control:
"Do you need to configure different email templates for different users? For example because Business users are not interested in the details of the errors of a flow, while these details are definitely useful for Admin users?
To set different email templates to be sent to different categories of users, you can define 2 notification channels and assign the proper templates to each of them. For example you can create:
- Business Users Notification Channel with only the default template with mandatory Macros configured.
- Admin Users Notification Channel with the default template and the four specific templates available with mandatory and non mandatory Macros.
Then, in DATA WATCHER you will just need to select the Business or Admin Channel and enter the actual Recipients."
Updated 3 days ago