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:
But the image appears in the attachment section too and I don’t want that.
ppr
(Peter Preuss)
March 4, 2021, 2:22pm
2
@Denisa_Zah
havea look here:
Hello Folks,
I want to send one local image by embedding it in email body (Inline Image).
When i try to send it from local machine to me then its visible.
When i send to some other email id (different user in same network also) only placeholder is coming instead of that image.
Can somebody help me out with this?
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
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
Happy Automation