This page explains the configuration options for the following two service components:
Properties file section: Email Gateway
This section contains the configuration for the email gateway used to send emails (e.g. when an external user replies from the Web Portal to a received password message):
Property | Description |
---|---|
email.gateway.type |
Email gateway type. Currently supported email gateway types are AmazonSes and LogOnly .Example: AmazonSes
|
email.gateway.amazonses.api.key |
For AmazonSes type. AWS access key ID.Example: AKABCD...
|
email.gateway.amazonses.api.secret |
For AmazonSes type. AWS secret access key.Example: kfjufh...
|
email.gateway.amazonses.region |
For AmazonSes type. AWS region.Example: eu-central-1
|