Home » Developer & Programmer » Reports & Discoverer » email report using 'MAIL' DESTYPE parameter
email report using 'MAIL' DESTYPE parameter [message #88777] Fri, 14 March 2003 09:53 Go to next message
rizwan
Messages: 8
Registered: November 2001
Junior Member
hi all

i want to send report directly from parameter form by selecting 'Mail' destype to my recepient (eg abc@hotmail.com').

please let me know how can i do this?

regards

rizwan
Re: email report using 'MAIL' DESTYPE parameter [message #676255 is a reply to message #88777] Thu, 23 May 2019 03:09 Go to previous message
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 ..
Previous Topic: Water Mark on Reports(Urgent!)
Next Topic: not displaying the decimal number while extending the repoating frame
Goto Forum:
  


Current Time: Thu Mar 28 08:12:49 CDT 2024