IBI-helpMe

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

True [Standard]

The field can be edited.

False

The field can not be edited.

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>