Embed image in HTML Content for /notify

Is there a way to embed images in the HTML code for a POST to the /notify REST API. My problem is that some web email sites (I’m looking at you GMail) escape everything after the ? of the image URL. Issue type images are a URL with at least two parameters so the & gets turned into a $amp; and the image doesn’t display.

Also is there a way stop the project name, issue key, summary add comment at the bottom of these notifications, I’d rather have my own content.

Thanks
Paul

I wonder what would happen if you encode the image URL.

Hi David. Just tried that and it seems to makes no difference. The URLs are exactly the same as if I hadn’t done it (GMail doesn’t double encode it).