wrapper.event.<event_name>.email.subject

Compatibility :3.3.0
Editions :Professional EditionStandard Edition (Not Supported)Community Edition (Not Supported)
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

This property makes it possible to customize the subject of emails sent for all mails ('default') or for emails sent in response to individual events.

Like several of the event emails properties, it can be defined:

  • Globally for all events: wrapper.event.default.email.subject property, or
  • For a specific event: wrapper.event.<event_name>.email.subject property.

The "<event_name>" component of the property name can be either the keyword "default", or one of the Event Types. By setting the default property, all Event Types which are not set explicitly will take on that value.

Defaults to the following value:

wrapper.event.default.email.subject=[%WRAPPER_HOSTNAME%:%WRAPPER_NAME%:%WRAPPER_EVENT_NAME%] Event Notification

Please see the overview of Event Mails for the usage examples.

When the Wrapper sends the event mail, any referenced System, Wrapper Default Environment Variable, or Event Handler Variables will be replaced.

Reference: Event Mails