This page explains the configuration options for the following two service components:
Properties file Section: Feedback form
This section contains the configuration for the feedback form applied by the users to send their feedback to the internal help desk:
Property | Description |
---|---|
api.feedback.form.enabled |
Enable or disable the feedback form. Example: false
|
api.feedback.form.email.address.from |
The email address that sends email messages containing the user feedback. Required if api.feedback.form.enabled is set to true .Example: robot@corp.com
|
api.feedback.form.email.address.to |
The email address where the user feedback should be received. Required if api.feedback.form.enabled is set to true .Example: support@corp.com
|