Jump to content

htm emails showing up in code from one server please have a look


Looktrne

Recommended Posts

I have an online dating site .. when I click forgot password my email comes through fine in html

 

but the same email from an exact same script on a different server is coming through in the raw html code instead of displaying the code...

 

could someone please help me out on this I am totally lost:

 

here are the header for the email that shows up fine:

 

Delivered-To: 2paulm@gmail.com
Received: by 10.114.182.18 with SMTP id e18cs541927waf;
        Fri, 8 Feb 2008 05:46:17 -0800 (PST)
Received: by 10.100.123.4 with SMTP id v4mr26610902anc.99.1202478376642;
        Fri, 08 Feb 2008 05:46:16 -0800 (PST)
Return-Path: <apache@ldc488.aus.us.siteprotect.com>
Received: from ldc488.aus.us.siteprotect.com (mail.abmatch.com [216.139.217.27])
        by mx.google.com with ESMTP id 6si4802266agd.23.2008.02.08.05.46.16;
        Fri, 08 Feb 2008 05:46:16 -0800 (PST)
Received-SPF: neutral (google.com: 216.139.217.27 is neither permitted nor denied by best guess record for domain of apache@ldc488.aus.us.siteprotect.com) client-ip=216.139.217.27;
Authentication-Results: mx.google.com; spf=neutral (google.com: 216.139.217.27 is neither permitted nor denied by best guess record for domain of apache@ldc488.aus.us.siteprotect.com) smtp.mail=apache@ldc488.aus.us.siteprotect.com
Received: (qmail 423 invoked from network); 8 Feb 2008 07:46:15 -0600
Received: from localhost (HELO ldc488.aus.us.siteprotect.com) (127.0.0.1)
  by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Feb 2008 07:46:15 -0600
Received: (from apache@localhost)
by ldc488.aus.us.siteprotect.com (8.13.7/8.13.7/Submit) id m18DkFK9000419;
Fri, 8 Feb 2008 07:46:15 -0600
Date: Fri, 8 Feb 2008 07:46:15 -0600
Message-Id: <200802081346.m18DkFK9000419@ldc488.aus.us.siteprotect.com>
To: 2paulm@gmail.com
Subject: Abmatch Free Online Dating Site: Forgot Password
From: paul@abmatch.com
Reply-To: paul@abmatch.com
X-Mailer: Abmatch Free Online Dating Site
MIME-Version: 1.0
Content-Type: text/html; charset=ISO-8859-1



<html>
<head>
<title>Abmatch Free Online Dating Site</title>
<link rel="stylesheet" href="http://www.abmatch.com/style.css" type="text/css">
</head>
<body>
<table width="100%" cellpadding="3">
<tr><td>
<img src="http://www.abmatch.com/images/en/logo.gif">
</td></tr>
<tr><td>
Dear Paul,<br><br>

Here are your login details at :<br>
Username: Paul<br>
Password: people<br><br>

Thank, you!<br><br>
</td></tr>
</table>
</body>
</html>

 

And this next header is showing up to the inbox in html code rather than displaying the result of the html:

 

Delivered-To: 2paulm@gmail.com
Received: by 10.114.182.18 with SMTP id e18cs541086waf;
        Fri, 8 Feb 2008 05:33:31 -0800 (PST)
Received: by 10.35.27.1 with SMTP id e1mr13980162pyj.48.1202477610841;
        Fri, 08 Feb 2008 05:33:30 -0800 (PST)
Return-Path: <anonymous@ip-72-167-123-214.ip.secureserver.net>
Received: from k2smtpout04-01.prod.mesa1.secureserver.net (k2smtpout04-01.prod.mesa1.secureserver.net [64.202.189.166])
        by mx.google.com with SMTP id v55si16800380pyh.39.2008.02.08.05.33.30;
        Fri, 08 Feb 2008 05:33:30 -0800 (PST)
Received-SPF: pass (google.com: domain of anonymous@ip-72-167-123-214.ip.secureserver.net designates 64.202.189.166 as permitted sender) client-ip=64.202.189.166;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of anonymous@ip-72-167-123-214.ip.secureserver.net designates 64.202.189.166 as permitted sender) smtp.mail=anonymous@ip-72-167-123-214.ip.secureserver.net
Received: (qmail 11136 invoked from network); 8 Feb 2008 13:33:29 -0000
Received: from unknown (HELO ip-72-167-123-214.ip.secureserver.net) (72.167.123.214)
  by k2smtpout04-01.prod.mesa1.secureserver.net (64.202.189.166) with ESMTP; 08 Feb 2008 13:33:29 -0000
Received: (qmail 6121 invoked by uid 48); 8 Feb 2008 06:32:57 -0700
Date: 8 Feb 2008 06:32:57 -0700
Message-ID: <20080208133257.6118.qmail@ip-72-167-123-214.ip.secureserver.net>
To: 2paulm@gmail.com
Subject: Emarital.com: Forgot Password
From: websitedoc@gmail.com
Reply-To: websitedoc@gmail.com
X-Mailer: Emarital.com

MIME-Version: 1.0

Content-Type: text/html; charset=ISO-8859-1



<html>
<head>
<title>Emarital.com</title>
<link rel="stylesheet" href="http://emarital.com/style.css" type="text/css">
</head>
<body>
<table width="100%" cellpadding="3">
<tr><td>
<img src="http://emarital.com/images/en/logo.gif">
</td></tr>
<tr><td>
Dear paul,<br><br>

Here are your login details at :<br>
Username: paul<br>
Password: poop<br><br>

Thank, you!<br><br>
</td></tr>
</table>
</body>
</html>

 

Any idea why this is happening any help is greatly appreciated??

 

Paul

Link to comment
Share on other sites

  • 3 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.