Send Email as BCC

Workflow Manager 2015

In the SendEmailAsBCC portion of web.config, you specify whether email recipients can see the email address of the other users that are receiving that same email.

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

<!-- SendEmailAsBCC-->

<!-- 0 means recipients can see the email address of other users who are getting emails-->

<!-- 1 means recipients cannot see the email address of other users who are getting emails-->

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

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

3. Set SendEmailAsBCC to one of the following values:
0—Recipients can see the email address of other users who are getting emails.
1—Recipients cannot see the email address of other users who are getting emails.