SupportCase.SenderAddress.Enabled
Description
Specifies if the sender email address can be edited in the Create support case dialog. (Only relevant in SMTP mode)
Allowed values
Wert | Description |
---|---|
| The field can be edited. |
False | The field can not be edited. |
Description
XML
<configuration version="1.2.0">
<applicationSettings>
...
<!-- General settings -->
<generalSettings>
<!-- Specifies if the sender email address can be edited in the "Create support case" dialog. (Values: [True, False], Standard: [True]) ) -->
<setting key="SupportCase.SenderAddress.Enabled" value="True" />
</generalSettings>
...
</applicationSettings>
</configuration>