Name | Type | Default value | Description |
---|---|---|---|
name | string | ||
fromAddress | string | E-mail address that will appear as "From" in alerting mails. | |
toAddressFormat | string | Format string used to build the recipient e-mail address. ${USER} is automatically substituted with the login of the user. For example, if the format is "${USER}@mycompany.com", and "user1" sets up an alert, mails for this alert are sent to "user1@mycompany.com". | |
titleFormat | string | ${NB_RESULTS} results for your ${NB_ALERTS} alert(s) | |
mailTemplateDirectory | string | resource:///alerting/mail/templates | |
mailTemplate | string | default.ftl | |
groupAlertsByUser | boolean | True | |
feedToRender | string | cloudview | Name of the top-level feed to render. |
Name | Type | Description |
---|---|---|
metaToExpose | exa.bee.StringValue* | List of meta exposed in mail template. Metas "publicurl" and "lastmodifieddate" are exposed by default |
SMTPServer | com.exalead.cloudview.alerting.v10.SMTPServer |