Mail Notifications
This channel provides notifications via mail. If you enable this channel, you also need to:
Users who shall be notified need a mail address.
Template
1# Mail Channel for the 'default' Security System
2# [engineDir]/configuration/ivy.yaml
3SecuritySystems:
4 default:
5 Notification:
6 Channels:
7 mail:
8 Name: mail
9 Enabled: true
10 Events:
11 AllKinds: enabled
12 Kinds:
13 - new-task
Reference
1# The name of the channel
2Name: mail
3# Whether the channel is enabled or not
4Enabled: false
5Events:
6 # Whether all events are enabled or not (enabled for true)
7 AllKinds: enabled