I’m trying to send an email via Outlook node. I’ve managed to get connected and authenticated and I can send an email but it’s basic html and looks awful.
I have an html template, but if I use this, it just sends the raw html code. Is there a way to create basic styling on an outbound email using the Outlook Node, like if I were to manually style it within the Outlook client itself.
Basic things like embedded images, centred text, links etc?