From HEXONET Wiki
Push events to an Email address
To push all events to an Email address, the user should set the following environment values:
Email Receipient
Environmentkey: _system/events/mail
Environmentname: recipient
Example: [email protected]
Default value: -
Explanation: Set the recipient Email for the events. That activates the Push Events feature.
Optionally you have the possibility to set the sender Email address as well as the event subject:
Sender Email address
Environmentkey: _system/events/mail
Environmentname: sender
Example: [email protected]
Default value: [email protected]
Explanation: To choose an alternative sender Email address
Email Subject
Environmentkey: _system/events/mail
Environmentname: subject
Default value: [API::EVENT] EVENT::<EVENTCLASS>::<EVENTSUBCLASS>
Explanation: Customize the subject line of the events. Only a static text is possible.