Hi Folks,

When I create a mail template with embedded images as instructed in the wiki, the final result is an HTML message whose images sources are all relative path (src="cache/upload/<image-guid>.jpg") instead of a full path (src="http://sugar-server/cache/upload/<image-guid>.jpg") and therefore when users opens the message no image is showed.

How can I fix this? I was thinking in adding an <base> tag in the html message, but I don't know where to put it. Could someone help me out with this or other fix?

Thanks in advance,