Hi everyone,
I'm using Splunk SOAR and trying to send HTML emails with detailed information via the SMTP app. I would like to include images in the email and create a well-formatted HTML message body.
Could someone guide me on how to upload and embed images within the email?
Thanks in advance!
I have had success in the past by base-64 encoding the image in an <img> tag and sending the html email. Can you try that?
As for formatting the email, you could try writing the email in your favorite email client, then viewing the source code, then copy-and-pasting it into the SOAR email action html body field. It may still need some tweaking, but most of the formatting should be preserved.