Send Email to Automatically Imported Members of a Directory Service Group

Workflow Manager 6.0

In this portion of web.config, you can specify whether you want Workflow Manager to send emails to users who were imported as part of an directory service group.

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

<!-- SendEmailToAutoImportedUsers-->

<!-- 0 means Do not send Emails to All users (who were automatically imported)

     of a LDAP Group, if a Role is applied to a group-->

<!-- Setting this to 1 will send email notifications to all automatically imported members

     of a Group that was set to receive Email Notifications.-->

<add key="SendEmailToAutoImportedUsers" 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 SendEmailToAutoImportedUsers portion of this file:

<add key="SendEmailToAutoImportedUsers" value="0"/>

3. Set SendEmailToAutoImportedUsers to one of the following values:
0—If a directory service group was assigned a role that was selected to receive notification emails, do not send emails to all automatically imported members of that directory service group.
1—If a directory service group was assigned a role that was selected to receive notification emails, send emails to all automatically imported members of that directory service group.