wrapper.event.<event_name>.email.sender

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 is used to specify from address for the alert email(s).

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

  • Globally for all events: wrapper.event.default.email.sender property, or
  • For a specific event: wrapper.event.<event_name>.email.sender 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.

Example:
wrapper.event.default.email.sender=johndoe@example.com

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

NOTE

Please note that some mail servers will not accept a username as "from" when it is different from the SMTP Auth User ID and ignore the "from" value.

Reference: Event Mails