Sending a html formatted email

Hi there,

I’m sending an email using ORQAs ‘Send Email’ operation, and I want to include a HTML table within it. When I try pasting HTML into the ‘Body’ parameter I just see raw html in the email I receive. Is there any way to send this HTML table with the formatting using ORQA?

Thanks

Hi SB,

Yes you can send a HTML formatted email with ORQA, you just need to pass the HTML into the ‘Body’ parameter as a HTML node, not just a text string. To do this you can do the following:

Create File from String with your HTML and then pass the output of that operation to
Read From HTML and then pass the output of that operation to
Send Email

Let me know how it goes!

Thanks