SMTP Adapter (header parametrization)
You have the option of using X-Headers within your SMTP header. Below you will find defined X- Headers that activate a specific function within the Transactional Email service:
Header | Value | Description / Limitation / Restriction |
X-RETARUS-M4A-NOTIFICATION-URL | URL |
|
X-RETARUS-M4A-NOTIFICATION-HEADER | key=value |
Duplicate keys are not supported |
X-RETARUS-M4A-NOTIFICATION-AUTH-METHOD | BASIC |
|
X-RETARUS-M4A-NOTIFICATION-AUTH-USER |
String | User name for accessing target endPoint described in notification.. /url |
X-RETARUS-M4A-NOTIFICATION-AUTH-PASSWORD | String | Password for accessing target-endPoint described in notification.. /url |
X-RETARUS-M4A-REFERENCE | String |
|
X-RETARUS-M4A-CAMPAIGN-ID | String |
|
X-RETARUS-M4A-COST-CENTER | String |
|
X-RETARUS-M4A-ANTIVIRUS-ACTIVE | Boolean | Flag to enable the AntiVirus MultiScan feature. |
X-RETARUS-M4A-TRACE-RECOVER-ACTIVE | Boolean |
|
X-RETARUS-M4A-MESSAGE-SIGNING-ACTIVE | Boolean | Enables message signing for all recipients. Allowed values: true, false |
During the Implementation phase, it is also possible to store default values within the configuration for scenarios in which some the above-mentioned headers are not used in every SMTP request.
Please be aware that all details of the Push Notification service must always be provided in full. For instance, if you specify a web service that necessitates authentication with a username and password, these credentials must be explicitly added accordingly in the Headers. In such cases, no default values from the configuration will be used. Refer to section “Web-Service” for further details.