I have try to reply email by using html, but idk why it got an error. can someone pls help?
MailBodyAsHTML.xaml (6.5 KB) table {{ border-collapse: collapse; }} table, th, td {{ border: 1px solid #ADD8E6; }} div.test {{ background-color: green; }}
<div class="test" align="right" style="line-height:23px; font-size:24px; auto;">
<div style="color:#FFFFFF; padding-right:10px">INFORMATION</div>
<div style="font-weight:bold; color:#FFFFFF; padding-right:10px">TECHNOLOGY</div>
<div style="color:#FFFFFF; padding-right:10px;">& SOLUTIONS</div>
</div>
<p>Dear {0}</p>
<p><br /> Your {1} has been resolved</p>
<table style="width: 540px; height: 129px; border-color: #91d5f7;">
<tbody align="center" style="border-collapse:collapse;">
<tr style="height: 37px;">
<td style="width: 150px; height: 36px;"> Summary</td>
<td style="width: 390px; height: 36px;"> {2}</td>
</tr>
<tr style="height: 37px;">
<td style="width: 150px; height: 37px;"> Priority</td>
<td style="width: 390px; height: 37px;"> {3}</td>
</tr>
<tr style="height: 37px;">
<td style="width: 150px; height: 37px;"> Status</td>
<td style="width: 390px; height: 37px;"> {4}</td>
</tr>
<tr style="height: 37px;">
<td style="width: 150px; height: 37px; vertical-align: top;"> Resolution</td>
<td style="width: 390px; height: 37px;">
<p> Root Cause :{5}</p>
<p> Brief Resolution :{6}</p>
<p><span style="color: #ff0000;"> Important Note:</span> As a people Administrators (PA), you have to properly maintain any accounts created manually including deactivation of the learner profile upon termination of employment. This is a critical part in doing your part to conform to allocated license counts.<br><b>--ITS/HR LMS Dept.</p>
</td>
</tr>
</tbody>
</table>
</body>