Workflow Manager Email Server URL

Workflow Manager 6.0

The AMSSMTPServer setting in the web.config file is the address of your email server, such as:

smtp.yourcompany.com

The default value of this setting in web.config is:

<!--Email Server URL-->

<add key="AMSSMTPServer" value="schexch.acresso.com"/></add>

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

<add key="AMSSMTPServer" value="schexch.acresso.com"/>

3. Set the value to the name of your email server, such as:

<add key="AMSSMTPServer" value="smtp.yourcompany.com"/>