Hi All,
Please Find below 3'Cs for this Jira
Concern:- In Email we are not getting the images added in document template with file type TEXT.
Cause:- For Template type TEXT we are using CKEditor for HTML body Creation. & it uses Base64 encoding by default to embed images inserted in the body which is almost blocked on email servers for security purpose thus images are not displayed in the received email.
Correction:- We are converting Base64 encoded string used as a source in image tags from the HTML body of template to the actual image and writing them on fileserver once this is done we move these images from file server to web server and replace the respective image source with the total absolute path of the image copied to web server folder.
Rohan J Khandave please request you to review the code.
PFA:- Affected Files & image_3g.png
for reference.
Thanks,
Akash Thakur
Swapnil Pandhare Rohan J Khandave Samir
In Review and Sign page the images are getting populated, but in email we are not getting the images added in Text document.