Hi all,
So I've noticed something with the Rich Text Editor and copying and pasting images to email out to external recipients. You've basically got two options in the RTE config files and that is to either set disableDefaultImageProcessing to true or false.
If you set this to true then pasted images are added into the content of the email and encoded as Base64. Recipients of the email will load the image fine but it dramatically increases the size of the description field in Emails which in turn increases database capacity required for Dynamics. If you set it to false then it saves the image into the msdyn_richtextfiles entity which renders the image fine in Dynamics but external recipients cannot view the image.
My question would be are those the only 2 options for pasting images inline for recipients to view? It shouldn't be this hard but it is. You're basically torn between paying more for database capacity cause everything is being encoded in base64 or external recipients can't view the image.
Is there another alternative?