Hey_hi
July 18, 2022, 9:51am
1
Hello Everyone,
I would like to ask how can I embed an image to the bottom of the email body inside the send outlook activity?
I have tried attaching the image into it but it wont solve the problem.
My expected output should be:
But im getting the image as an attached file instead.
What do I need to add inside the body of the outlook activity?
Hey!
we can’t insert the image like this…
we can use html to attach the image to the body!
<Html>
<H2>Dear User1</H2>
<H2>Attached is the file that you requested</H2>
<H2>Thank you for your time!</H2>
<H2>Regards,</H2>
<img src="Path" width="460" height="345">
</HTML>
Regards,
NaNi
Yoichi
(Yoichi)
July 18, 2022, 11:37am
3
Hi,
How about using SendEmail activity with HTML editor as the following?
This editor is not 100% compatible with Desktop Outlook, but it might help you.
UiPath.Mail.Activities.Business.SendMailX Sends an email from the specified email account. This activity must be added inside a Use Outlook 365, Use Gmail, or Use Desktop Outlook App activity. To learn how to use this activity, see: Tutorial: Copying...
Regards,
By using Create HTML Content Activity …You can send image
Hey_hi
July 18, 2022, 3:51pm
5
Hi Nani,
I have been getting this error:
Where the image is not showing.
Hey!
Set the image width and height…
And one more thing the image should be in the project folder…
Regards,
NaNi
1 Like
Hello @Hey_hi
You can use create HTML content and use that variable in the email body. You can check the below video to understand the steps for adding the images and to do the customisation of your email body.
1 Like
Hey_hi
July 19, 2022, 2:25am
8
Hi Everyone,
I have managed to solve the issue by referring to a topic on it. It is very insightful and hope it helps.
Send an image in body of an email
Use Case Description
My dear RPA developers,
I’ve tried to send an image in body of an email, however I couldn’t achieve it with below approaches, and along those all the approaches I’ve received a same result that an image isn’t visible.
Used approaches:
Use img src html tag with the local path of the image
Use attachment content id
Convert image in base64 and use data URI to show the image in my email
Somebody says embedded images aren’t visible in Outl…
1 Like
system
(system)
Closed
July 22, 2022, 2:25am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.