Author Topic: html email attachments  (Read 1552 times)

Neopoe

  • Posts: 5
    • View Profile
    • http://www.neopoe.com
html email attachments
« 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
html email attachments
« Reply #1 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting