Welcome Guest, Not a member yet? Register   Sign In
HTML emails sent as plain text
#1

[eluser]Billy Khan[/eluser]
I am trying to send a html email, the problem is that in google mail, the email displays the html rather than rendering it.

I have mailtype set to html.

this is what the debugger prints:

Your message has been successfully sent using the following protocol: mail

Code:
User-Agent: CodeIgniter
Date: Thu, 10 Sep 2009 15:42:10 +0100
From: "Order Details"
Return-Path:
Reply-To: "###"
X-Sender: ###
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <###>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="B_ALT_4aa910422ad94"
This is a multi-part message in MIME format.
Your email application may not support this format.

--B_ALT_4aa910422ad94
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is the alternative message


--B_ALT_4aa910422ad94
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
TEST SUBJECT

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;My Page&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
hello
&lt;/body&gt;
&lt;/html&gt;


--B_ALT_4aa910422ad94--

and my email displays

Code:
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;My Page&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
hello
&lt;/body&gt;
&lt;/html&gt;

Any ideas?


Messages In This Thread
HTML emails sent as plain text - by El Forum - 09-10-2009, 08:47 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 08:59 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 09:14 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 09:32 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 09:38 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 09:43 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 09:54 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 09:55 AM
HTML emails sent as plain text - by El Forum - 09-10-2009, 02:57 PM
HTML emails sent as plain text - by El Forum - 09-10-2009, 03:29 PM
HTML emails sent as plain text - by El Forum - 03-28-2010, 05:18 AM
HTML emails sent as plain text - by El Forum - 03-28-2010, 08:20 AM
HTML emails sent as plain text - by El Forum - 03-28-2010, 10:41 AM
HTML emails sent as plain text - by El Forum - 03-28-2010, 11:04 AM
HTML emails sent as plain text - by El Forum - 03-28-2010, 11:08 AM
HTML emails sent as plain text - by El Forum - 03-28-2010, 11:13 AM
HTML emails sent as plain text - by El Forum - 03-28-2010, 11:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB