Hi All,
I’m trying to add two inline images in the mail body. This is the code I’m using in the Body Field :
But, I’m getting images as attachments.
Hi All,
I’m trying to add two inline images in the mail body. This is the code I’m using in the Body Field :
But, I’m getting images as attachments.
Hi @Vaishnav_Tej,
please put html tags and body as well also enable isbodyhtml in send email activity property
Hello,
The Image is not displaying properly as shown below:
@Vaishnav_Tej
please give full path
img src=“/images/stickman.gif”
Yes I have enabled it and added html tags .But Image is not displaying properly in the mail body.
Follow the steps
Keep the Image in the PNG format
Use Create HTML Content activity
Refer the docs : https://docs.uipath.com/activities/docs/create-html-content
Note : You can also enter all the body content in this activity
Select the full path in the file.
Save it in a variable → mailBody
Check out the Reference Video link
Use Send Outlook mail activity → Enable the IsbodyHTML
Pass the Variable in the mail body activity
Hope it will helps
Regards
Gokul
After giving full path and Adding html tags it is working perfectly.
Thank you:-)
One more question, Instead of giving Full Path I tried to add a Variable But, that way it’s again not working.
please check that the solution flag is not given, when the case is still open
When sending the email with the image embedded in the body, then the file needs also to be available at the receiver’s end. With an URL from the web vs. a local file path, we do have some differences in availability.
So we can embed the images as described here:
@Vaishnav_Tej
if you are giving variable the you give like this,
“img src=”+Imagepath+"
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.