how to insert image or icon of some bank etc in the blueprism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-08-19 11:39 AM
hi friends,
I have one requirement to attach logo on our company in the mail while sending to the clients, can you please help how to insert image in the blueprism
highlighted part logo to be added along with other details
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
I have one requirement to attach logo on our company in the mail while sending to the clients, can you please help how to insert image in the blueprism
highlighted part logo to be added along with other details
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-08-19 08:51 AM
Hi Suresh,
So the way that we did it in a case with MAPIEx was adding the image as an attachment through the "Attachment" parameter of the "Send Mail" action. Then in the "Message" parameter of the "Send Mail" action we included this line in the HTML code "<img src=" & Chr(34) & "cid:" & [Picture File Name] & Chr(34) & "alt=" & Chr(39) & Chr(39) & "/>", note that I've excluded the rest of the HTML code.
I think we got the solution from here: https://stackoverflow.com/questions/41446280/how-to-remove-image-as-attachment-but-show-in-body-of-email
/Joakim
------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------
So the way that we did it in a case with MAPIEx was adding the image as an attachment through the "Attachment" parameter of the "Send Mail" action. Then in the "Message" parameter of the "Send Mail" action we included this line in the HTML code "<img src=" & Chr(34) & "cid:" & [Picture File Name] & Chr(34) & "alt=" & Chr(39) & Chr(39) & "/>", note that I've excluded the rest of the HTML code.
I think we got the solution from here: https://stackoverflow.com/questions/41446280/how-to-remove-image-as-attachment-but-show-in-body-of-email
/Joakim
------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-08-19 11:56 AM
thank you Joakim for your help, I tried with attachment but its throwing error as cant convert to image like that,
I will try again with your solution,
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
I will try again with your solution,
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------