Question
Unable to Render Base64 Image in HTML Email Template
Hi Everyone,
I am trying to embed an image in an HTML email template. My approach is to first convert the document to a Base64 string and then pass that Base64 value to the HTML template
However, the image is not rendering in the received email. The Base64 string is getting generated successfully, but the image is still not displayed.



