Reference Guide

Navigate the Dell Server
114
Notification Management
Notification Management
The Notification Management page lets you manage email notifications.
To add an email notification:
1. In the left pane of the Remote Management Console, click Management > Notification
Management.
2. Click the Add button and fill in the dialog:
Email: Enter or select your email address.
Notification Type
: Select the type of alert you want to add.
Priority Level: Select the priority levels of notifications.
Email Frequency: Select how often you want to receive alerts of this type. (Default frequency is 24
hours.)
2. Press Enter when complete.
To edit an alert:
Select the alert you want to change, click Edit, make the changes, and press Enter.
To delete an alert:
Select the alert you want to delete, and click Delete.
Related topics:
License Management
Enable SMTP Server for Email Notifications
Enable SMTP Server for Email Notifications
If using Data Guardian, these settings are automated by using the Server Configuration Tool.
Use this procedure if you need to enable the SMTP Server for email notifications for purposes outside of Data
Guardian.
NotificationObjects.config
To configure your SMTP server for email notifications, modify the NotificationObjects.config file located at
<Core Server install dir>.
Modify the following:
<object name="EmailNotification" singleton="false" type="Credant.Notification.EmailNotification,
Credant.Notification"> [Do not change this value]
<property name="NotificationDataFactory" ref="NotificationDataFactory"/> [Do not change this value]
<property name="Host" value="test.company.com"/>
<property name="Port" value="25"/>
<property name="Username" value="username"/>