Skip to main content
Version: 8.1

Email Notification Profile

Inductive University

Email Notification Profile

Watch the video

Alarm notification is the act of sending an email message to a group of people when an alarm becomes active or cleared. In Ignition, this functionality is enabled by having the Alarm Notification module installed which provides alarm pipelines and email notification.

Once you have your Email Notification Profile created in Ignition, you can notify people when alarms occur via Email. If the two-way setting is enabled, operators can also acknowledge the alarm by clicking the link in the body of the email.

For notifications to be sent, Ignition must be able to access an SMTP server that accepts user credential (username and password).

Let's get started setting up an Email Notification Profile.

Create an Email Notification Profile

  1. Go to the Config section of the Gateway Webpage.

  2. Scroll down and select Alarming > Notification from the menu on the left side.

  3. Click on the Create new Alarm Notification Profile link.

  4. A list of available alarm notification profiles appear. If any of the profiles are not displayed, it means the required module is missing or faulted. (To verify that the Alarm Notification Module is installed and running, click on Modules from the menu bar on the left side). Choose Email Notification, and click Next.

  5. Configure the settings for the Email Notification Profile:

    • Enter a Name: Email 1

    • Click the Enabled box to enable Email notifications.

    • Enter the Hostname. This is the hostname of the SMTP server that will be responsible for sending the emails.

    • Enter the Port. The default is Port 25, but your mail server may be different.

    • Enable SSL/TLS if you are using encryption.

    • Enter a Username and Password for the SMTP server, if they are required.

  6. Click Create New Alarm Notification Profile.

  7. Once you create your Email Notification Profile, it will appear in the Alarm Notification Profiles list, and it will be running. You can edit the profile at any time to change any of the settings, and create as many Email Notification Profiles as you need.

    note

    Once your Notification profile is created, you can use it in an Alarm Pipeline.

Email Notification Profile Settings

Email Settings

These settings specify the SMTP server that should deliver the emails. Multiple Ignition Gateways may be configured to use the same SMTP server.

Property NameDescription
Use SMTP Profile?If selected, this notification profile will use one of the Gateway defined SMTP profiles. Otherwise, it will use the settings defined here.

The setting should NOT be enabled unless a SMTP Profile has been configured elsewhere on the Gateway. Enabling this property causes the profile to ignore the Hostname and Port properties listed below
SMTP ProfileIf the Use SMTP Profile property is enabled, alarm notifications will be emailed using this profile.
HostnameHostname of the SMTP server to send email through. Only used when Use SMTP Profile is false.
PortPort SMTP service is running on. Only used when Use SMTP Profile is false.
Enable SSL/TLSConnect using SSL/TLS. Only used when Use SMTP Profile is false.
UsernameThe username Ignition should use when communicating with the SMTP server. This is only required if the SMTP server expects authentication. Only used when Use SMTP Profile is false.
PasswordThe password Ignition will use to authenticate against the SMTP server. This is only required if the SMTP server expects authentication.

Two-Way Settings

These settings allow users to acknowledge alarms directly from the Email Notification. When enabled, a link is included in the email that will redirect to a page on the Gateway.

Property NameDescription
Two-way EnabledEnables remote alarm acknowledgement. If disabled, users will not be able to acknowledge alarms from the email.
GatewayNetwork address and port the Gateway is reachable at. Will be used in notification emails. Note that this address must be reachable from wherever the notification emails will be accessed from. In some cases this means users acknowledging the alarms via the email must be connected to a VPN. 

If you're simply testing two-way notifications from the gateway server, you can use localhost:8088 for this field.
Send HTTPS LinkSpecifies if the link should use a HTTPS link for SSL.

POP3 Two-Way Settings

These settings allows Notifications to be acknowledged from when retrieved from a POP3 mailserver. Multiple Ignition Gateways may be configured to use the same POP3 server.

Property NameDescription
Pop3 Two-way EnabledEnable two-way notification via POP3.
Enable SSL/TLSEnables SSL/TLS between the Gateway and the mailserver.
Delete On AcknowledgeIf enabled, will delete messages from the inbox after the acknowledging an alarm.
HostnameThe hostname of the mailserver.
PortThe port the mailserver is running on.
UsernameThe username the Gateway will use when authenticating against the mailserver.
PasswordThe password the Gateway will use when authenticating against the mailserver.
Custom MessageAllows an opportunity to provide an additional message to the notification. This custom message is in addition to the Custom Messages configured on the Alarm and the Notification Blocks in the Alarm Pipeline.
Polling IntervalThe interval (in milliseconds) that the Gateway will check for new notifications.

Auditing

Audit Profile If an audit profile is selected, events such as emails and acknowledgements will be stored to the audit system. Note that

Property NameDescription
Audit ProfileIf an audit profile is selected, events such as emails and acknowledgements will be stored to the audit system. Note that alarm acknowledgements are also stored to the alarm journal.

Advanced

Property NameDescription
SMTP TimeoutTimeout (in milliseconds) to use when connecting to, reading from, and writing to the SMTP server.
Debug Mode EnabledEnable email session debugging. Information is printed to standard output (wrapper.log).
STARTTLS EnabledEnable use of the STARTTLS command, allowing the connection to be upgraded to an SSL or TLS connection if supported by the server. This is not necessary for connections that are already SSL/TLS. Ignored when Use SMTP Profile is checked.