Enable Monthly Report
Workspace automatically sends out monthly reports through E-mails. These monthly reports will show all the Environment names registered and all the information regarding them.
To set the E-Mail address, where these reports will be send to, it has to be configured in the workspace config ("NDAW.Core.config").
<setting name="MonthlyReportRecipient" serializeAs="String"><value>EMAILADRES</value></setting>
Furthermore a line has to be added to the workspace parameter file which can be found in the "autodeploy" folder.
AddTransform("MonthlyReportRecipient", @"EMAILADRES");
Now Workspace will send the monthly report to the filled in E-Mail address when all is set correctly.