This page explains the configuration options for service components:
Properties file section: Contact Page
This section contains the configuration for the Contact Page applied by the users to send encrypted emails to the Contact Page owner.
Property | Description |
---|---|
api.contact.page.enabled |
Enable or disable the Contact Page form. Default value: false Example: true
|
api.contact.page.message.email.address.from |
The email address of the sender. Required if api.contact.page.enabled is set to true .Example: contact@corp.com
|
api.contact.page.notification.email.address.from |
The email address of the notification sender. Required if api.contact.page.enabled is set to true .Example: human@corp.com
|
api.contact.page.hcaptcha.enabled |
Enables or disables the CAPTCHA option. Default value: false Example: true
|
api.contact.page.hcaptcha.site.key |
The hCaptcha site key. Required if api.contact.page.hcaptcha.enabled is set to true . |
api.contact.page.hcaptcha.secret.key |
Used when validating the CAPTCHA response. Required if api.contact.page.hcaptcha.enabled is set to true .Example: 0x58Aa6DBBE931f340366c2dC31b30Fe303E
|