Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.monitoring.alert.email.enabled Enables email alerts.
| boolean | true | |
com.unraveldata.report.user.email.domain Default email domain used for email alerts, localhost.local. | [empty] | string | localhost.local |
mail.smtp.from Used for email "from" and "reply-to" headers. | [empty] | string | unravel.noreply@unraveldata.com |
mail.smtp2.from Used for email "from" and "reply-to" headers. | [empty] | string | unravel.noreply@unraveldata.com |
mail.smtp.port smtp mail port. | integer | 25 | |
mail.smtp.auth Enable/ SMTP authentication. Note: If true then mail.smtp.user and mail.smtp.pw must be set as they are used when connecting. | boolean | false | |
mail.smtp.starttls.enable Use start-TLS. | boolean | false | |
mail.smtp.ssl.enable Use SSL right from the start.string. | boolean | false | |
mail.smtp.user Username for SMTP authentication Note: If mail.smtp.auth=true you must set this property. | Optional | string | - |
mail.smtp.pw Password for SMTP authentication Note: If mail.smtp.auth=true you must set this property. | Optional | string | - |
mail.smtp.host Host for SMTP server. | string | localhost | |
mail.smtp.localhost A domain name for the apparent sender; must have at least one dot (for example, organization.com). | string | localhost.local | |
mail.smtp.debug Enable debug mode. | boolean | false |