|
Re: email report using 'MAIL' DESTYPE parameter [message #676255 is a reply to message #88777] |
Thu, 23 May 2019 03:09 |
|
Abhishekjha225
Messages: 1 Registered: June 2017
|
Junior Member |
|
|
Hi,
You can use destype=mail option while passing paramters to the web.show_document
You can also include &cc=''&&bcc=' ' option along with this
So that your final URL will be
hp://servername:port/reports/rwservlet?server=<repservername>&destype=mail&desname=<xyz@xyz.com>&destype=<pdf>&cc=xyzx@xyz.com&desformat=pdf&report=<some.rdf>
You have to configure the smtp server ip addres in your application Server for sending mail.
go to the directory
<Orahome>/<MidHome>/reports/config/<reportservername.conf>
edit the following tag
<!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
as
<pluginParam name="mailServer">SMTP ipaddress:port</pluginParam>
and restart the reports server.and check the above url ..
|
|
|