Amazon SES Authentication
API Name: SESAuthentication__c
Protects and stores the Access Key Id and Secret Access Key for the SES email sending backend.
Label | API Name | Type | Description |
---|---|---|---|
Name | Name |
Text(255) | |
Access Key Id | AccessKeyId__c |
Text(255) | The Id of the AWS Access Key. Can be obtained via the AWS management console. |
Active | Active__c |
Checkbox | SES will be used, when this is set to active. |
Region | Region__c |
Text(255) | The AWS region, where the SES service is configured. |
Secret Access Key | SecretAccessKey__c |
Text(255) | The Secret AWS Access Key. Can be obtained via the AWS management console. |