Email Notifier
The Email Notifier sends emails to a set of configured recipients.
Usage#
When no custom integration is required, the simplest way is to configure an Email Notifier with a list of recipients to notify about any alarms.
Getting Started#
To create a new Email Notifier, navigate to System → Alarm Handlers and click the New Alarm Handler button. Give a name to the handler and, select the Email handler type.

Finally, provide the required configuration properties for the new handler and commit the configuration.
Configuration#
To configure the Email Notifier, an Email Provider needs to be configured, along with a set of recipients that alarm notifications should be sent to.
The Email Notifier is configured under configuration-reference/environments/environment/alarms/alarm-handlers/alarm-handler
| Parameter | Description |
|---|---|
email-notifier/email-provider/id | The configured Email Provider to use (under facilities) |
email-notifier/recipients | A set of email addresses to send alarm notifications to |
# A configured Email Notifier shown in the CLI
% show environments environment alarms alarm-handlers alarm-handler email
email-notifier {
email-provider {
id smtp1;
}
recipients [ john.doe@example.com ];
}