Limit of comma separated email addresses in reply-to, from, to, cc, bcc attributes in XML Publisher
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" ]"/>