ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: Neopoe on January 30, 2007, 12:21:46 pm

Title: html email attachments
Post by: Neopoe on January 30, 2007, 12:21:46 pm
:? I can select an image from the /attch folder but it does not show up in the emails i send. If it does attach it dose not show up where it should
Title: html email attachments
Post by: DW on January 30, 2007, 08:35:09 pm
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:
Code: [Select]
<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