Hi Guys,
I added HTML tags in my send mail task.
This is because I needed to make certain text bold.
<HTML>
This is a <B>sample</B>
</HTML>
But when I receive it in SBWP, it displays as it is instead of this:
This is a sample
Btw, I also configured SCOT.
I copied:
| T TXT SX_OBJECT_CONVERT___T_TXT |
To:
| T HTM SX_OBJECT_CONVERT___T_TXT |
And then to:
| T HTM SX_OBJECT_CONVERT___T_HTM |
But still my HTML tags were not recognized.
What might have been the reason?
Thanks.