We are having a requirement to send an email with image size defaulted to 200%. We are using HTML with base 64 encoded image to generate email body. The same HTML code is working perfectly fine in the web browsers. But it is not working in UiPath send exchange mail messages activity.
HTML code for reference.
“<img src=”“data:image/png;base64,” +str_Base64_Image+ “”" />body{zoom: 200%;}"