This feels like a bug in the IMB Notes activity, however, when I provide some HTML text (‘EmailBody’ in the screenshot provided) to the following, I need to tick the IsBodyHTML property to ensure it renders it correctly at run time when the email is sent.
The HTML text is simple:
<p>Greetings,</p>
<p>Please find attached your test results.</p>
<p>Regards.</p>
However, the issue is that when IsBodyHTML = True, the email received has no attachment. Which I have asked it to send:
When I set it to False, the attachment is sent, but the body is not rendered using the HTML provided:
Has anyone encountered this issue previously either with notes or other HTML encoded emails?
Thanks