Do you know how to ensure chart images are displayed in emails correctly? Is there a way to have them embedded (attached, but displayed in the building of the email) rather than loaded from src url? Also the url doesn't seem to get formed correctly:
img src='/chart?id=5' style='margin:0;padding:0;'
If images cannot be embedded, how do I ensure the server IP/address is loaded prior to the /chart?id=5 so that it displays correctly.
Grateful for any pointers here.