Welcome Guest, Not a member yet? Register   Sign In
HTML emails - Displaying message boundary string at the end of emails
#4

[eluser]GKenny[/eluser]
Code:
Votre message a bien été expédié par le protocole suivant: mail

User-Agent: CodeIgniter
Date: Thu, 9 Jul 2009 14:12:14 -0400
From: "m"
Return-Path:
Reply-To: "[email protected]"
X-Sender: [email protected]
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="B_ALT_4a5632fecdeea"

This is a multi-part message in MIME format.
Your email application may not support this format.

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

Some non-HTML text


--B_ALT_4a5632fecdeea
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
=?utf-8?Q?BLA?=
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html &gt;
    &lt;head&gt;
        &lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;
    &lt;/head&gt;
    &lt;body&gt;
        some HTML text
    &lt;/body&gt;
&lt;/html&gt;

--B_ALT_4a5632fecdeea--

Well, it seems that Outlook doesnt like this because im still getting "B_ALT_4a5632fecdeea" at the end of the email...Any idea?


Messages In This Thread
HTML emails - Displaying message boundary string at the end of emails - by El Forum - 07-09-2009, 12:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB