Hi Adbi
We have made the transition to Postfix and everything seems to be OK apart from 1 thing. Emails that are sent by php scripts on our server now arrive for some users as raw html as below. Nothing else has changed apart from switching to Postfix. Any idea what the problem may be?
Reply-To:
[email protected]
Content-Type: text/html; charset=iso-8859-1
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 2013 14:02:52 +0000 (GMT)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Xplorer</title>
<style type="text/css">
<!--
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;
font-weight: bold; }
.copywrite {
font-family: Arial, Helvetica, sans-serif;
color: #044FA2;
font-size: 12px;
}
.maincopy {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
.maintitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
-->
</style>
</head>
<body>
<table width="700" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="256"><img src="https://www.xx.com/css/blue/images/logo.png"
width="256" height="65"/></td>
<td width="436" background="https://www.xx.com/css/blue/images/wide_line.jpg"> </td>
</tr>
<tr>
<td colspan="2">
<br/><br/>
<span>test to talk talk </span>
<p>
</p>
<p><b>
Website Administrator<br/>
www.xx.com
</b></p>
</td>
</tr>
<tr>
<td colspan="2" background="https://www.xx.com/css/blue/images/Line.jpg"> </td>
</tr>
<tr>
<td colspan="2" class="copywrite"><span class="style11">This email was
automatically generated. Please do not reply to this address.</span></td>
</tr>
</table>
</body>
</html>