Hi,
I wanted to add a footer with a photo via “Create HTML Content”.
When I open an email in the app, the photo is visible. But if I open it in the chrome browser, the photo is not visible. In “Send Mail” activity “Is Body HTML” is checked.
Any suggestions on how to fix this?
ppr
(Peter Preuss)
June 13, 2022, 3:40pm
2
give a try at embedding the email - (base64) approach
How to send embedded images in an email using UiPath?
Issue Overview In most email clients, it is possible to send embedded images in an email. A common question is how to do this using UiPath. This guide will explain a few different ways that this can be done. Technical Overview This guide will cover three ways of embedding in image in a UiPath email.
Using a base64 encoded image - This is one of the easiest methods but clients like Gmail will block the image from being displayed
…