I have begun sending emails from workflows. I have everything looking really good, but I can’t seem to get my company logo to align to the bottom right of the email. This is currently the last line of my email body right now.
Workflows uses an HTML sanitizer. It looks like the img tag doesn’t allow the style attribute. However, you might be able to wrap the img in a div block and apply the style to your div. See this post for more information on the HTML sanitizer.