Configure Oracle9iDS report software to send mail

  • From: "Nguyen, David M" <david.m.nguyen@xxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 26 Feb 2004 13:34:00 -0500

I am using Oracle9iDS report builder to generate report and email
reports to certain group.  Does someone know how to configure report
configuration file to recognize outlook exchange server for sending mail
out?  I need syntax to modify configuration file.

Below is a portion of the report configuration file.

<?xml version = '1.0' encoding = 'ISO-8859-1'?>
<!DOCTYPE server PUBLIC "-//Oracle Corp.//DTD Reports Server
Configuration //EN" "file:/C:/ORANT/reports/dtd/rwserverconf.dtd">
<server>
   </destination-->
   <job jobType="report" engineId="rwEng"/>
   <notification id="mailNotify"
class="oracle.reports.server.MailNotify">
      <property name="succnotefile" value="succnote.txt"/>
      <property name="failnotefile" value="failnote.txt"/>
   </notification>
   <pluginParam name="mailServer"/>
</server>

Thanks,
David

Other related posts:

  • » Configure Oracle9iDS report software to send mail