Oracle JDeveloper (MOSC)

MOSC Banner

How to send an Email body as HTML using Email component in the Jdeveloper.

edited May 18, 2022 2:38PM in Oracle JDeveloper (MOSC) 4 commentsAnswered ✓

I paste the following code into the Email Body, and I'm able to see the HTML formatted body, But I'm not able to update the values dynamically for the variable. How can I pass the dynamic values in the HTML body?

Below Html code pasted in the Body:

<head>

<style>

table {

 font-family: arial, sans-serif;

 border-collapse: collapse;

 width: 100%;

}


td, th {

 border: 2px solid black;

 text-align: left;

 padding: 8px;

}


}

</style>

</head>

<body>


<h2>SOA Interface is completed with errors Please check Error Message.</h2>


<table>

<tr>

<th>InterfaceName</th>

<th>Level</th>

<th>Status</th>

<th>StatusMessage</th>

</tr>

<tr>

<td>Al</td>

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