How to send an Email body as HTML using Email component in the Jdeveloper.
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>