Good Morning all,
I'm another one of those pesky, "The same thing is happening to me" folk and, because I am acutely aware that this is annoying to the clever people who patiently help us, I have spent the past 48 odd hours going through all of the more up to date threads on this issue to no avail.
I have finally decided that this thread is the most relevant and have just finished checking all of the detail in this is correct on my site..which it is.
I get emails with a pretty weird header, which is not an image!
I am attaching an image file of one such test email for your entertainment :) Also, the html source code from that email at the end of this post.
Sine it is apparent that there have been a lot of changes to this email header setup it's been quite complicated picking out the right from the wrong but, what I do know is that the image is definitely present and linkable whether or not that is still relevant?
Also, it used to work fine and I suspect something occurred after I tried to do a direct ftp comparison using "Beyond Compare" linux. This discovered many orphaned files etc and I then synchronised those. This however coould be a red herring and the mail logo may already have failed.
The shop is very new and so we have not had time to get much feedback on Emails. They are certainly working but just this odd malformed email header issue.
If anyone can see a glaringly obvious issue please please do get in touch :)
Thanks
James
E.MAil source pasted below....
Content-Type: text/html; charset=us-ascii
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="http://shake-the-tree.com/" />
<style type="text/css">
$EMAIL_COMMON_CSS
</style>
</head>
<body id="direct_mail">
<div class="holder">
<!-- Header Section -->
<div class="header">
<img src="$EMAIL_LOGO_FILE" alt="$EMAIL_LOGO_ALT_TEXT" title="$EMAIL_LOGO_ALT_TEXT" width="$EMAIL_LOGO_WIDTH" height="$EMAIL_LOGO_HEIGHT" border="0" />
$EXTRA_HEADER_INFO
</div>
<!-- Content Section -->
<div class="content">
<div>Dear James Pirie</div>
<div>None</div>
</div>
<!-- Footer Section -->
<div class="footer">
<div class="copyright">Copyright (c) 2016 <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a></div>
</div>
</div>
<div class="disclaimer">
<div class="disclaimer1">
This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to <a href="mailto:
[email protected]">
[email protected] </a></div>
<div class="disclaimer2">This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.</div>
</div>
</body>
</html>