EBS Customizations (MOSC)

MOSC Banner

Formatted output for email body in Bursting control File.

edited Jul 20, 2014 5:02AM in EBS Customizations (MOSC) 1 commentAnswered

I am trying to format body  of an E-Mail from a bursting control file.

But the email is not getting formatted. Final E-mail is coming with all HTML tags.

Is their a way to format the body? Can i include Company logo and template to email body?

Below is my Control file.

<?xml version="1.0"?>

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

  <xapi:globalData location="stream" />

  <xapi:request select="/RAXINV_NEW/LIST_G_ORDER_BY/G_ORDER_BY">

    <xapi:delivery>

      <xapi:email id="XXEMAIL" server="mailhost.xx.com" port="25" from="${FROM_EMAIL}" reply-to="${FROM_EMAIL}">

        <xapi:message id="XXEMAIL" to="${TO_EMAIL}" attachment="true" content-type="html/text" subject="Invoice">

Tagged:

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