System Email Subject

Workflow Manager 6.0

You modify the EmailSubject setting in web.config to specify the subject line that is displayed each time Workflow Manager sends out an email. The default value of this setting in web.config is:

<!--System Email subject-->

<add key="EmailSubject" value="[AMS] %CUSTNAME% %APPNAME%"/></add>

Note: You can use text and replaceable parameters (system variables) when defining the value of the EmailSubject. For a list of replaceable parameters, see Using Replaceable Parameters in Email Templates

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 EmailSubject portion of this file:

<add key="EmailSubject" value="[AMS] %CUSTNAME% %APPNAME%"/>

3. Specify the value of the EmailSubject, using a combination of text and replaceable parameters, as described in Using Replaceable Parameters in Email Templates.