Frage

Is there a way to configure SSRS 2016 to be able to send email from more than one email account? I am looking to setup something that is department specific for our organization. Right now its defaulting to one department and it doesn't really fit our growth plans.

War es hilfreich?

Lösung

You can only specify one mail account per SSRS installation.

Andere Tipps

Simply make sure that the e-mail addresses are separated by ; that is [space][semicolon][space].

So for example, if you want to send the report to JCB@company.com and Kurt@company.com, your CC string should be added.

I tried like this and it works for me (for Test). It should be:

‘JCB@company.com; Kurt@company.com’ AS [CC]

Check this link:

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f12dc51f-a684-41a4-b419-cda5530787f5/can-multiple-email-account-be-defined-for-ssrs?forum=sqlreportingservices

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit dba.stackexchange
scroll top