Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

How I can add image to html-email

Author: Antony Corsten Reference Number: AA-00226 Views: 18147 Last Updated: 08/11/2009 07:14 AM 45 Rating/ 5 Voters

There are two ways to add image into body of html-email template.
1. Provide full path to your image in the <img> tag. For example:

<img src="http://youdomain.com/path/to/your/image.jpg">

2. Attach image to email and the use in in email body. (Note that this do not work on some mail clients). For example:
Attachment: ../myform/test.jpg

<img src="test.jpg">