Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
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.
Once your Notification profile is created, you can use it in an Alarm Pipeline.
These settings specify the SMTP server that should deliver the emails. Multiple Ignition Gateways may be configured to use the same SMTP server.
Property Name | Description |
---|---|
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 Profile | If the Use SMTP Profile property is enabled, alarm notifications will be emailed using this profile. |
Hostname | Hostname of the SMTP server to send email through. Only used when Use SMTP Profile is false. |
Port | Port SMTP service is running on. Only used when Use SMTP Profile is false. |
Enable SSL/TLS | Connect using SSL/TLS. Only used when Use SMTP Profile is false. |
Username | The 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. |
Password | The password Ignition will use to authenticate against the SMTP server. This is only required if the SMTP server expects authentication. |
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 Name | Description |
---|---|
Two-way Enabled | Enables remote alarm acknowledgement. If disabled, users will not be able to acknowledge alarms from the email. |
Gateway | Network address and port the gateway is reachable at. Will be used in notification emails. |
Send HTTPS Link | Specifies if the link should use a HTTPS link for SSL. |
Property Name | Description |
---|---|
Pop3 Two-way Enabled | Enable two-way notification via POP3. |
Enable SSL/TLS | Enables SSL/TLS between the Gateway and the mailserver. |
Delete On Acknowledge | If enabled, will delete messages from the inbox after the acknowledging an alarm. |
Hostname | The hostname of the mailserver |
Port | The port the mailserver is running on |
Username | The username the Gateway will use when authenticating against the mailserver |
Password | The password the Gateway will use when authenticating against the mailserver |
Custom Message | Allows 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 Interval | The interval (in milliseconds) that the Gateway will check for new notifications. |
Property Name | Description |
---|---|
Audit Profile | If 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. |
Property Name | Description |
---|---|
SMTP Timeout | Timeout (in milliseconds) to use when connecting to, reading from, and writing to the SMTP server. |
Debug Mode Enabled | Enable email session debugging. Information is printed to standard output (wrapper.log). |
STARTTLS Enabled | Enable 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. |