|
TODO - Implemented however documentation is still in progress.
Please see the overview of Event Mails.
The wrapper.event.<event_name>.email.recipient property is used to specify the email(s)
to send the alert mail to.
| Example: |
wrapper.event.default.email.recipient=johndoe@example.com
|
When more than one email is specified, they must be separated by a semicolon (;).
| Example: |
wrapper.event.default.email.recipient=johndoe@example.com;janedoe@example.com
|
Note that the Wrapper is not a mail server and will NOT attempt to retry sending of emails.
If an error is reported by the server as the mail is being sent, that will be logged, but
the Wrapper will otherwise forget about the mail. For this reason, we recommend sending
alert emails to a local mail server to guarantee that they will be sent on to external
addresses.
|