Workflow Manager Email Server URL
Workflow Manager
The AMSSMTPServer setting in the web.config file should be set to the address of your email server, such as:
schexch.abccompany.com
The default value of this setting in web.config is:
<!--Email Server URL-->
<add key="AMSSMTPServer" value="smtp.yourcompany.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="smtp.yourcompany.com"/>
3. | Set the value to the name of your email server, such as: |
<add key="AMSSMTPServer" value="schexch.abccompany.com"/>