Rich text editor

2
With the email-template module and the rich-text-editor from the appstore, I can insert images to the rich-text-editor. However, when sending an email based on the template with these images, the images are not properly encapsulated in the email html-body. Does anyone have an idea how to make this work?
asked
2 answers
2

Create a custom java action that processes the image links to base64 encoded equivalents and replaces the links in the body of the email with the base64 encoded inline images before providing the email to the send action.

answered
0

Okay thank you! I found the base64 encoder in the CommodityCommons module. However, replacing the links is a struggle...

answered