Hello Daniel,



I am currently trying to implement this for outbound email notifications.   It seems I can past in images fine as long as their is no space in the name, but something about the space in the name is causing the images to come into the email with no image found in the email itself (still shows fine in service now incident form).  



Wondering if you ran into this and what solution you implemented?   With no id present on these img tags it seems I'm going to have to write some code to detect an entire img HTML node and "de-encode" the src string so that it doesn't put in literal %20 characters for where the spaces are.  



Is there a more straightforward solution than this?