Hello,
I'm trying to send email from BODS using SMTP_TO / MAIL_TO functions. The message that I'm trying to send is as below:
<html>
<head>
</head>
<body>
<table style="background-color:black;">
<tr>
<td>
<label style="background-color:white;">Test HTML email</label>
</td>
</tr>
</table>
</body>
</html>
When I receive the email, I'm receiving just the above text AS IS. I would like to receive it in a HTML format which should say just say "Test HTML email" with a black background. Is there anyway to accomplish this in Data Services?