Looktrne Posted February 8, 2008 Share Posted February 8, 2008 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: [email protected] 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: <[email protected]> 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 [email protected]) 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 [email protected]) [email protected] 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: <[email protected]> To: [email protected] Subject: Abmatch Free Online Dating Site: Forgot Password From: [email protected] Reply-To: [email protected] 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: [email protected] 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: <[email protected]> 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 [email protected] 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 [email protected] designates 64.202.189.166 as permitted sender) [email protected] 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: <[email protected]> To: [email protected] Subject: Emarital.com: Forgot Password From: [email protected] Reply-To: [email protected] 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 https://forums.phpfreaks.com/topic/90054-htm-emails-showing-up-in-code-from-one-server-please-have-a-look/ Share on other sites More sharing options...
Karl33to Posted February 27, 2008 Share Posted February 27, 2008 bit of a stab in the dark, but the only thing I can see is that the second email is not actually being sent from the gmail.com domain, maybe your email client doesn't display html unless its 100% sure the source is who it says it is good luck Link to comment https://forums.phpfreaks.com/topic/90054-htm-emails-showing-up-in-code-from-one-server-please-have-a-look/#findComment-477569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.