Bursting not sending emails to the multiple recipints
Hi,
I am trying to send emails to the users using bursting.
I have two records in my query but the email is sending only for one user.
How can fix this issue.
Bursting control file:
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
<xapi:request select="/XX_EMPDET/LIST_G_EMPLOYEE_NUMBER/G_EMPLOYEE_NUMBER">
<xapi:delivery>
<xapi:email id="123" server="clt0ap31d" port ="25" from="madhuri.uppala@appsassociates.com" >
<xapi:message id="123" to="${EMAIL_ADDRESS}"
attachment="true" content-type="html/text" subject="Employee details for Empno ${EMPLOYEE_NUMBER>}">
Dear ${FULL_NAME},
0