I wouldn't recommend doing it. It won't really cause a problem with Gossamer Mail handling, but I found that the image url broke after that as HTML needs spaces to be url escaped. You could fix that be urlescaping (GT::Template can do this by doing <%url_escape('some text')%>), but that's just a pain

.
Adrian