I would like to add an image to a user notification. I added that following line to the message.
<img src="http://farm6.static.flickr.com/5183/5622249455_7fccc95115_b.jpg” >
I then tested the notifiaction by filling out the form with my own email. When I received the email there was no image. I looked at the raw source of the email & found the following.
<img src="http://farm6.static.flickr.com/5183/5622249455_7fccc95115_b.jpgâ >
As you can see the final “ has been changed. When I go back to the form It shows the correct HTML.