Question: I have sent an HTML message and cannot see any pictures when the email arrive.
Brief Answer: You need to include full path to your images
Answer: When you are sending pictures or any other multimedia content in your messages,
you need to be careful to include the complete path to the picture or other resource
that includes your web site name as well. For example
let's say I am opening a message from you with this HTML code:
<img src="images/Header.gif">
Since the mail client does not know where to look for "images/Header.gif" file on my local hard drive,
it is not able to display it. What you need to do is always type the explicit full path including your web site.
Here is an example:
<IMG SRC = "http://www.your.web.site.com/images/Header.gif">
Back to Questions and Answers Related to Fast Mailer Pro | Home Page
|