I have a word document that contains external links and pictures. I would like to use this document as the body of an email. Is it possible to do this directly or do I first need to save the Word doc as an HTML file? If so, how do I save the file as an HTML file?
Yah we can use that doc file as input
Use Word Application scope activity by installing uipath.word.activities from manage packages option from design tab → where search for the above package in official tab and install it
—once after installing use Read activity and get the output with a variable of type string named str_input
—now use Send Outlook mail activity and mention the above variable as input and enable ISHTMLBODY property in the property panel
Hey so I followed the steps and I checked the ishtmlbody property but the email only sends with the text and does not include the embedded picture or the hyperlinks that are attached to the text. Any idea why?
So if I do not use the word application scope, convert my word doc to an html and then use a read text activity it works. However, now the issue is it does not download the embedded images.
Any advice on making it work for either a)using word application scope or b) make it download the embedded images?
can you try converting the images to base64 from the doc and then using them in the html template. Thinking that base64 will be a good option to get you the image
I am running into the same issues here. When I use the “Create HTML Content” Activity from the Mail Package and Copy Paste my word Document into it, it works for formatting but not pictures. When reading with the “Word Read” Activity, I just get the Text and lose all my formatting.