I have a client that requires that if an image is sent via email, that the images need to be embedded within the source rather than poining to the absolute/relative path for the image used.
So an image tag would look like:
<IMG src="cid:test_image">
Rather than
<IMG src="/uploads/test_image.jpg">
Is there something that can be done from the CuteEditor side that will help with this?
Thank you,
Mateo Nares