Workflow Manager 6.0
The value that is entered for SmtpAuthenticationType determines if Workflow Manager email is authenticated and how it is authenticated.
The default value of this setting in web.config is:
<!-- SMTP Authentication Type-->
<!-- 0 means "Perform no authentication"-->
<!-- 1 means "Use the basic (clear text) authentication mechanism"-->
<!-- 2 means "Use the NTLM authentication mechanism."-->
<add key="SmtpAuthenticationType" value="0" /></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 SMTP Authentication Type portion of this file: |
<add key="SmtpAuthenticationType" value="0" />
3. | Enter one of the following values for the SmtpAuthenticationType key: |
Value |
Description |
0 |
Enter this value if you do not want to perform authentication on Workflow Manager email. |
1 |
Enter this value if you want to use the basic (clear text) authentication mechanism to authenticate Workflow Manager email. |
2 |
Enter this value if you want to use the NTLM authentication mechanism to authenticate Workflow Manager email. |
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |