SSRS 2008 mailto: multiple recipient Problem
Hi I am getting error in ssrs 2008 hyperlink to send e mail multiple recipient like= "mailto:test@test.com;test1@test.com"regardsrohit
November 12th, 2009 1:05am

Hi rohit,You can use the followingscript to send email multiple recipients;="javascript: window.open('mailto:test@test.com,test1@test.com')"thanks,Jerry
Free Windows Admin Tool Kit Click here and download it now
November 16th, 2009 8:35am

Hi Jerry,Thanks for reply I am one more question how to set report default as landscape client side.thanks,Rohit
December 5th, 2009 9:40pm

Hi Jerry, Thanks. I was also able to get this working, but the parent window (which is my report) gets redirected to a window that has "null" on it. I have tried setting the sName Parameter to "_blank", "_parent" and "_self" but no luck. Is there anyway to keep my existing report in the background when the email client pops up? Thanks in advance.
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2010 7:12pm

For anyone who is still having this problem of getting multi email recipients to work using the following works: ="javascript:void(window.open('mailto:test1@test.com;test2@test.com'))" - Using MS Outlook as the default browser. - As above it uses JavaScript to call the link, but wrapping the Void() function around it keeps the original report in the browser instead of redirecting to a "null" window. NOTE: this only works when used within the browser (ie Report Manager or custom portal etc) and it wont work within the native BIDS environment. Cheers
August 27th, 2011 9:49pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics