BI Publisher (MOSC)

MOSC Banner

Limit of comma separated email addresses in reply-to, from, to, cc, bcc attributes in XML Publisher

edited Apr 10, 2020 5:05AM in BI Publisher (MOSC) 5 commentsAnswered

Hi All,

I am using Oracle Applications : 12.2.4 and Oracle BI Publisher Desktop 11.1.1.7

My XML Publisher bursting control file as below :

<?xml version="1.0" encoding="utf-8"?>

<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">

  <xapi:request select="/BURST_EMP_DT/LIST_G_PARAMS/G_MAIN">

     <xapi:delivery>

       <xapi:email reply-to="" from="${P_FROM_EMAIL}" port="25" server="smtp.server.com">

         <xapi:message subject="Employees Report ${FIRST_NAME}" attachment="true" to="${P_TO_EMAIL}" id="123">Hi Team,

    Please find Employees Report.  

 

Regards

Team

         </xapi:message>

       </xapi:email>

     </xapi:delivery>

     <xapi:document delivery="123" output-type="${P_FILE_TYPE}" output="${P_OUTPUT_FILE}">

<xapi:template type="rtf" location="xdo://XXCL.XXCL_BURST_EMP_RPT.en.00/?getSource=true" ]"/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center