i am including a path to an image like this:
$msg.='<img src="http://my.test.ca/images/show.jpg" width="75" height="75" />'
in my sendmail function.
the path works and the image is in the specified folder.
here is what happens to the image src when i get the email:
http://my.test.ca/images/sh%20w.jpg
it sorts of breaks the image. any ideas why.