SMTPAlertHandlerCfgDefn.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
b897c52f865b2fc4e220e2110b874e59c716456bBob Halleyuser-friendly-name=SMTP Alert Handler
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halleyuser-friendly-plural-name=SMTP Alert Handlers
5c144477062a5df657acee41a82051d38537fd38Tinderbox Usersynopsis=The SMTP Alert Handler may be used to send e-mail messages to notify administrators of significant events that occur within the server.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.disabled-alert-type.synopsis=Specifies the names of the alert types that are disabled for this alert handler.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.disabled-alert-type.description=If there are any values for this attribute, then no alerts with any of the specified types are allowed. If there are no values for this attribute, then only alerts with a type included in the set of enabled alert types are allowed, or if there are no values for the enabled alert types option, then all alert types are allowed.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.disabled-alert-type.default-behavior.alias.synopsis=If there is a set of enabled alert types, then only alerts with one of those types are allowed. Otherwise, all alerts are allowed.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.enabled.synopsis=Indicates whether the SMTP Alert Handler is enabled.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.enabled-alert-type.synopsis=Specifies the names of the alert types that are enabled for this alert handler.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.enabled-alert-type.description=If there are any values for this attribute, then only alerts with one of the specified types are allowed (unless they are also included in the disabled alert types). If there are no values for this attribute, then any alert with a type not included in the list of disabled alert types is allowed.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.enabled-alert-type.default-behavior.alias.synopsis=All alerts with types not included in the set of disabled alert types are allowed.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SMTP Alert Handler implementation.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.message-body.synopsis=Specifies the body that should be used for email messages generated by this alert handler.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.message-body.description=The token "%%%%alert-type%%%%" is dynamically replaced with the alert type string. The token "%%%%alert-id%%%%" is dynamically replaced with the alert ID value. The token "%%%%alert-message%%%%" is dynamically replaced with the alert message. The token "\\n" is replaced with an end-of-line marker.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.message-subject.synopsis=Specifies the subject that should be used for email messages generated by this alert handler.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.message-subject.description=The token "%%%%alert-type%%%%" is dynamically replaced with the alert type string. The token "%%%%alert-id%%%%" is dynamically replaced with the alert ID value. The token "%%%%alert-message%%%%" is dynamically replaced with the alert message. The token "\\n" is replaced with an end-of-line marker.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsproperty.recipient-address.synopsis=Specifies an email address to which the messages should be sent.
15a44745412679c30a6d022733925af70a38b715David Lawrenceproperty.recipient-address.description=Multiple values may be provided if there should be more than one recipient.
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafssonproperty.sender-address.synopsis=Specifies the email address to use as the sender for messages generated by this alert handler.