Sunday, March 11, 2012

Email Deleivery

Hi,
I am using Emai Delievery Subscription feature of MSRS 2000. I have a
requirement where I can use different "From" address for Different group of
reports. Currently as I know there is only one from Adress I can use through
the RSReportServer.config file. I tried making a copy of the "Report Server
Email" delievery extension(with different From Adress) within the config
file and renaming it to "Report Server Email2" hoping that it will give me
one more drop down item with extension "Report Server Email2" in the
subscription window but it doesnt. Looks like the Extension Name is critical.
Is there a easy way to achieve this requirement . I am just avoiding to
write my own custom deleivery estension.
I just need to have different "from" adress for my different reports.
for eg SalesReports from :SalesAdmin@.MyCompany.com
and MarketingReports from :MarketingAdmin@.Mycompany.com.
Thanks in advance,
Cheers,
siajHi, siaj
what's the criteria that determines which address to use? why do you
need multiple addresses?
I am afraid that, from what you've expressed so far, you're gonna need
a custom email delivery extension. You can easily write that since
you're just gonna extend the existing extension, then add an extra
config file where you can setup the different email accounts, and roll
some code to look up the correct email address based on a specified
criteria (such as the report name, or folder, etc.).
regards,
Thiago Silva|||Thanks Thiago...
I guess I will have to go the Custom Delivery extension route !!
:)
Cheers,
siaj
"tafs7" wrote:
> Hi, siaj
> what's the criteria that determines which address to use? why do you
> need multiple addresses?
> I am afraid that, from what you've expressed so far, you're gonna need
> a custom email delivery extension. You can easily write that since
> you're just gonna extend the existing extension, then add an extra
> config file where you can setup the different email accounts, and roll
> some code to look up the correct email address based on a specified
> criteria (such as the report name, or folder, etc.).
> regards,
> Thiago Silva
>

No comments:

Post a Comment