Sending email with image in body

I need to send an email with an image in the body but without sending it as an attachment too.
I tried the “Send Inline Image” activity but it’s not working.
I tried this also:
image_2021_03_04T13_55_55_388Z

But the image appears in the attachment section too and I don’t want that.

Untitled

@Denisa_Zah
havea look here:

the main idea is to generate a base64 String for image and use it inline the email (Email Body set tohtml)

Hi @Denisa_Zah

To send an email u can try these two ways

  1. Instead of.file path use url of particular file (by storing in cloud)

Or instead of passing image path in HTML code of email.body

Convert the image to.base64 and then pass it

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed: