Sender address
[senderAddressTemplate]
You can use this attribute to define how the sender's email address should be determined. This can be a static value (fixed email address), or a user entry or a composite value. You can also use variables of type String, ActiveDirectory, Input or Local in this field.
Beispiel
XML
<configuration version="1.2.0">
<applicationSettings>
...
<senderAddressTemplate>{%ActiveDirectory.User.Mail%}</senderAddressTemplate>
...
</applicationSettings>
</configuration>
If the determined value is not a valid email address, the Alternate sender address is used instead