Hello,
I have a model-driven app that (among other things) can create email templates that can be sent out in bulk. I have added a rich text editor component to the table column that saves the Body of the email, so that users can format text and insert links and images.
When they insert an image, there are two options - one is to use a Web Resource, and the other is to upload a file.
When users select to upload a file, it doesn't show up in the resulting emails that are sent out. It looks like the problem is that there is security on the location where those image uploads are saved, so anonymous access is blocked.
Is it possible to change the permissions for those images so that they will show up properly in emails? I have found instructions on how to accomplish this in a portal, but my solution is not in a portal, and I can't find equivalent settings.
Thanks.