I have a series of transformers that creates a jpg via a VectorOnRasterOverlayer and FeatureWriter, which stores the jpg on a file server. The jpg is then pushed through a HTMLReportGenerator and then to an Emailer. We use GMail and apparently, Gmail doesn't like embedded images that are sourced from a file server. I get the "broken icon" in the email (and no inline image).
Â
Can anyone comment on what I am doing wrong? Any help would be greatly appreciated.