Atejera
(Agustin)
July 30, 2021, 10:25pm
1
Good afternoon, does anyone know how to add the following Image to my activity to send an email through Outlook? It can ?? In UiPath Studio.
Buenas tardes, alguno sabe como agregar la siguiente Imagen a mi actividad de enviar un mail mediante Outlook?? Se puede?? En UiPath Studio.
@Atejera
This post may be your solution
Write the full signature in HTML and insert the images in base64 only where needed.
For example, this code:
<h3>Your name</h3>
<p>Job Title <br> Department</p>
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gAgQ29tcHJlc3NlZCBieSBqcGVnLXJlY29tcHJlc3MA/9sAhAAFBQUFBgUGBwcGCQkICQkNDAsLDA0TDg8ODw4THRIVEhIVEh0aHxkXGR8aLiQgICQuNS0qLTVAOTlAUU1RamqOAQUFBQUGBQYHBwYJCQgJCQ0MCwsMDRMODw4PDhMdEhUSEhUSHRofGRcZHxouJCAgJC41LSotNUA5OUBRTVFqao7/wgARCADhAu4DASIAAhEBAxEB/8QAHAABAAIDAQEBAAAAAAAAAAAA…
1 Like
Gokul001
(Gokul Balaji)
July 31, 2021, 5:27am
3
Hi @Atejera
You can use “Send inline image” activity (Package name - UiPathTeam.OutlookInlineImage.Activities ) . Pass the image path and add a placeholder in your email body input parameter as to where exactly you want the image to appear in your email body. Please refer the below screenshot for better understanding:
Can you try this and let me know
2 Likes
The other way is to use url of image in the email body
For eg
If the image is stored in cloud then use its url in the email body like
<img src= https://....../>
Try this way around
Regards
Nived N 🤖
1 Like
system
(system)
Closed
August 3, 2021, 6:10am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.