diff --git a/docs/main/administration-guide/configure/compliance-configuration-settings.mdx b/docs/main/administration-guide/configure/compliance-configuration-settings.mdx index c9e93343423c..915f91aa3ee2 100644 --- a/docs/main/administration-guide/configure/compliance-configuration-settings.mdx +++ b/docs/main/administration-guide/configure/compliance-configuration-settings.mdx @@ -412,6 +412,36 @@ The SMTP server port that will receive your Global Relay EML file when a [custom +### Custom header name + +An optional custom header added to each exported EML file when a [custom customer account type](#global-relay-customer-account) is configured. Both the custom header name and value must be set, or both left blank to omit. A save is rejected if only one of the two is set, or if the name reuses a header the export already writes (such as `From`, `To`, `Subject`, or `X-GlobalRelay-MsgType`). + +
This feature's config.json setting is ".MessageExportSettings.GlobalRelaySettings.CustomHeaderName": "" with string input. |
+
This feature's config.json setting is ".MessageExportSettings.GlobalRelaySettings.CustomHeaderValue": "" with string input. |
+