System Support Email Address
Workflow Manager
You can modify the SupportEmail setting in web.config to indicate the email address that your users can use to contact on-site Workflow Manager support. The default value of this setting in web.config is:
<!--system support email address-->
<add key="SupportEmail" value="noreply@installshield.com"/>
To modify this setting:
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the SupportEmail portion of this file: |
<add key="SupportEmail" value="noreply@installshield.com"/>
3. | Specify the System Support email address that you want to use. |