Multiple reply to email addresses in SSRS?

  • We currently have two instances of SSRS with two different reply to addresses. We have to be able to run with at least two addresses, hence why we currently have two instances.

    For example:

    - SSRS server #1: reporting-team@company.com

    - SSRS server #2: statements@company.com.

    Is it possible to consolidate the two servers and be able to specify the reply address for the SSRS instance?

  • Well if you have two instances then the subscriptions should be seperate are they not?

    You should be able to have seperate subscription settings unless you are replicating/syncing the databases, in which case maybe you can use a custom stored procedure after the sync to edit the Subscriptions table and do a

    replace(ExtensionSettings, 'email1@domain.com','email2@domain.com')

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply