Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Report by email with whole report as body and attached file

537437Oct 4 2006 — edited Oct 5 2006
Hello,

I try to send my Reports by mail and have to attach a file to the report.
But this filename is't a static one. Is there a work-around to attach a dynamic file to my e-mail.

Here is a part of my destination.xml file:

<foreach>
<mail id="DEST1" to="&amp;&lt;address&gt;" subject="&amp;&lt;subject&gt;">
<body srcType="report" format="html">

<include src="mainSection"/>

</body>

<attach srcType="file">
<include src="/coup_cache/&amp;&lt;filename&gt;"/>
</attach>
</mail>
</foreach>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2006
Added on Oct 4 2006
1 comment
545 views