Good day,
I am running 5.1 CE on IIS7, Server 2003 and Php 5.1
I am able to attach an image to an email template and see it with no problems. When I go to send an email and use the template, the image will appear properly at the destined email address.
However if I create a campain and use the same template in the campain, the URL path that contains my image is changed by something somewhere to include "/cid:"
What needs to be check in this case to stop a campain from modifying my URL for my linked images?
Here's an example of what happens:
This is using a template when createing an email.
<img src="http://www.abc.com/tethered/cache/images/image001.jpg" alt="" width="293" height="107" />
vs using the same template when creating an email for an email campaign
<img src="http://www.abc.com/tethered/cid:image001.jpg" alt="" width="293" height="107" />
Note that the path does not seem to be changed until the email is sent. This is what was grabbed by viewing the source in Outlook to see what happened with my images.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks