Greetings,
I apologize for the delay - I'm running a little behind today. To include an image in your message you will need to use HTML. The image does not necessarily need to be uploaded to the 'attach' folder - you can upload it to anywhere on your web site, such as /images. The way to include an image in your HTML message is as follows:
<html>
<body>
<img src="http://example.com/images/myimage1.gif"><br>
<br>
This is an example message!<br>
</body>
</html>
Note that the image "src" must be an absolute URL and not relative. ie. "
http://example.com/images/myimage1.gif", not "/images/myimage1.gif".
Please let me know if I can be of further assistance!
Regards