Mail Body Send İmage

hello,

I want to send an image by mail, but I want to attach the image to the body. I am using the code below, but when I send an email, the image does not appear.

my code:

Capture

hi @d.ulutas
refer this

you will be able to do the needful
thanks

Hello @d.ulutas ,

Have a look at the below post, this will help you with sending image in Email Body.
https://forum.uipath.com/t/rpa-how-to-send-embedded-images-in-an-outlook-email-using-uipath/461436?u=rohith.prabhu

Regards,
Rohith

if you want it to work with your current html code you have to also attach this image as well in your send outlook activity
image

but the better way is convert to base64 string as mentioned above

1
2
3
4

I changed it but it still didn’t work

Can you take a look at this article? https://uipath-survey.secure.force.com/CaseView/articles/Knowledge/Cannot-see-embedded-images-in-the-sent-email?lang=en_US

This has been explained clearly in the below video.