- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How send mail with img
siv
Loves-to-Learn Lots
09-23-2024
04:45 AM
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!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
marnall
Motivator
09-25-2024
01:31 PM
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.
