Hi folks,
I know this problem has arisen many times before and I have read and implemented the pervious advice but I still cannot see the shop logo within emails.
I am trying to get the email_template_direct_email.html working first, as I can keep testing it and then will copy to other emails.
Please bear with me if the answer is a simple one, as I am new to Zen Cart, php etc. and am learning as I go. Also, I am including everything I think maybe needed for someone to help but if I have included too much, please forgive me.
This is what the email looks like in hotmail:
This is the hotmail source code:
x-store-info:J++/JTCzmObr++wNraA4Pa4f5Xd6uens11DLLjg18anYfa/91DYfCHzTDQ2R27u9pk81Vhxu10SFEHQQljFHBCwq5lGJEFoDi59c7v4wPFZmWPpSgBCLkHFzrL4livR RBs24OoP7peA=
Authentication-Results: hotmail.com; spf=none (sender IP is 195.26.90.53) [email protected]; dkim=none header.d=finalfrontierstore.com; x-hmca=none [email protected]
X-SID-PRA: [email protected]
X-AUTH-Result: NONE
X-SID-Result: NONE
X-Message-Status: n:n
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0wO0Q9MTtHRD0xO1NDTD0w
X-Message-Info: NhFq/7gR1vTNbxKK9BIiBOC1T/q1xOmDlOG9mIIET3ftHSS9qn+gjbF5ZH9zwHEjHhb5RBt7IEc99bMRuKCFtWFg0gS3zCA4Gt6SdYJC+H 6DqDBrRiXxG892FjuswTqwvcfxvdgibQekhYHkFUKCz2RCTkhkaynww8WHXD3rmC7lTurJ2d1Sq05VUY jbk9lnhVkwUOw2aY1lX+YqIGPYz+IrkjYYPxq0
Received: from web3.hostvue.com ([195.26.90.53]) by SNT0-MC3-F47.Snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4900);
Mon, 9 Sep 2013 04:17:03 -0700
Received: from finalf by web3.hostvue.com with local (Exim 4.63)
(envelope-from <[email protected]>)
id 1VIzSp-0002ia-3a
for Zombie67##########################; Mon, 09 Sep 2013 12:17:03 +0100
To: Zombie67##########################
Subject: Test
X-PHP-Originating-Script: 30410:class.phpmailer.php
Date: Mon, 9 Sep 2013 12:17:03 +0100
From: Final Frontier <[email protected]>
Reply-to: Final Frontier <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer [version 1.73] via Zen Cart
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_eaf06fd3cd8ad336f51705f57f803b04"
Sender: finalf <[email protected]>
Return-Path: [email protected]
X-OriginalArrivalTime: 09 Sep 2013 11:17:03.0995 (UTC) FILETIME=[1CA4F4B0:01CEAD4E]
--b1_eaf06fd3cd8ad336f51705f57f803b04
Content-Type: text/plain; charset = "utf-8"
Content-Transfer-Encoding: 8bit
Test
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
[email protected]
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.
--b1_eaf06fd3cd8ad336f51705f57f803b04
Content-Type: text/html; charset = "utf-8"
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="http://www.finalfrontierstore.com/" />
<style type="text/css">
body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
a:link {color:#0066cc;}
a:hover {background-color:#eeeecc; color:#0066cc;}
a:visited {color:#0066cc;}
.holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;}
.header {font-size:10px; padding:0px; width:550px;}
.content {font-size:10px; padding:5px; width:550px;}
.footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:550px;}
.disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;}
.disclaimer1 {color:#666666; padding:5px;}
.disclaimer1 a:link {color:#666666;}
.disclaimer1 a:visited {color:#666666;}
.disclaimer2 {color:#666666; padding:5px;}
.copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
</style>
</head>
<body>
<div class="holder">
<!-- Header Section -->
<div class="header">
<img src="http://finalfrontierstore.com/public_html/email/header.jpg" alt="logo""/>
</div>
<!-- Content Section -->
<div class="content">
<div>Dear James Murray</div>
<div>Test</div>
</div>
<!-- Footer Section -->
<div class="footer">
<div class="copyright">Copyright (c) 2013 <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>
--b1_eaf06fd3cd8ad336f51705f57f803b04--
This is the header section of email_template_direct_email.html:
<!-- Header Section -->
<div class="header">
<img src="http://finalfrontierstore.com/public_html/email/header.jpg" alt="logo""/>
</div>


Reply With Quote
