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

[eluser]maverik11[/eluser]
I also have the problem, taht my HTML mail, that I send usig the email class does not display correctly. Outlook 2007 and GMX do display the HTML code directly.

Code:
function send($recipient, $message, $subject, $type = 'html') {

        $config['protocol'] = 'mail';

        $this->email->from('sender', 'Sender');
        $this->email->to($recipient);

        $this->email->subject($subject);
        $this->email->set_alt_message('HTML email');
        $this->email->message($message);

        $this->email->send();

        echo $this->email->print_debugger();

        //end send
    }

The message looks like this:

Code:
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <meta http-equiv="expires" content="0">
        <meta http-equiv="cache-control" content="no-cache">
        <meta http-equiv="pragma" content="no-cache">
        <link rel="stylesheet" type="text/css"
href="http://egamers.bilek.ws/standard.css">
        </meta>
        <title>Mailcheck</title>
    </head>
    <body><table>
    <tr>
        <td>From</td>
        <td>To</td>
        <td>Magazin</td>
    </tr>
        <tr>
<td>FEHLER </td>
<td>Betreff nicht </td>
<td>OK: test</td>
    </tr>
        <tr>
<td>FEHLER </td>
<td>Betreff nicht </td>
<td>OK: test2</td>
    </tr>
        <tr>
<td>content</td>
<td>content</td>
<td>PCGames 13/09</td>
    </tr>
    </table>    &lt;/body&gt;
&lt;/html&gt;

The debugger prints:

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

From: "eGamers Magazin Verleih"
Return-Path:
Reply-To: "#######"
X-Sender: #######
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <4baf38e82487b@######.##>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
=?utf-8?Q?PCGames_13/09?=
&lt;html&gt;
    &lt;head&gt;
        &lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&gt;
        &lt;meta http-equiv="expires" content="0"&gt;
        &lt;meta http-equiv="cache-control" content="no-cache"&gt;
        &lt;meta http-equiv="pragma" content="no-cache"&gt;
        &lt;link rel="stylesheet" type="text/css"
href="http://egamers.bilek.ws/standard.css"&gt;
        &lt;/meta&gt;
        &lt;title&gt;Mailcheck&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;&lt;table>
    <tr>
        <td>From</td>
        <td>To</td>
        <td>Magazin</td>
    </tr>
        <tr>
<td>FEHLER </td>
<td>Betreff nicht </td>
<td>OK: test</td>
    </tr>
        <tr>
<td>FEHLER </td>
<td>Betreff nicht </td>
<td>OK: test2</td>
    </tr>
        <tr>
<td>Content</td>
<td>content</td>
<td>PCGames 13/09</td>
    </tr>
    </table>    &lt;/body&gt;
&lt;/html&gt;


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