phpmailer.class messages are been converted to plain text...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sirshurf@gmail.com

    phpmailer.class messages are been converted to plain text...

    Hi, I am using a phpmailer class to send some staff over the email...

    I am tring to send it with text/html but for some reason the email are
    been converted to plain and all the headers are shown, here is the
    email...

    X-Tour4Less.co.il Mailer:
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
    boundary="b1_27 976937fb6a931b3 ed2d40aebd76a26 "


    --b1_27976937fb6a 931b3ed2d40aebd 76a26
    Content-Type: text/plain; charset = "windows-1255"
    Content-Transfer-Encoding: 8bit

    ניסיון עברית



    --b1_27976937fb6a 931b3ed2d40aebd 76a26
    Content-Type: text/html; charset = "windows-1255"
    Content-Transfer-Encoding: 8bit

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<html>
    <head>

    <META HTTP-EQUIV="Content-Type" content="text/html;
    charset=windows-1255"</head<body<p dir=RTL><span
    lang=HE>שלום&nb sp;חברת
    Tour4less contact .</span></p<p dir=RTL><span
    lang=HE>משתמש של
    האתר שלנו </span><span
    dir=LTR>TOUR4LE SS.CO.IL</span><span dir=RTL></span><span lang=HE><span
    dir=RTL></spanהתעניין
    ביצירת קשר
    איתו ע&quot;י
    נציג
    שלכם.<o:p> </o:p></span></p>
    <p dir=RTL><span lang=HE>שמו של
    המשתמש הוא:
    </span><span dir=LTR></span><span dir=LTR><span dir=LTR></span>אלכס
    פרנקל</span></p<p dir=RTL><span
    lang=HE>כתובת
    דואר
    אלקטרוני: </span><span
    dir=LTR></span><span lang=HE dir=LTR><span dir=LTR></span><span
    style='mso-spacerun:yes'> </span></span><span
    dir=LTR>bred@br ed.com</span><span lang=HE><o:p></o:p></span></p<p
    dir=RTL><span lang=HE>מספר
    טלפון
    ליצירת קשר:
    </span><span dir=LTR></span><span dir=LTR><span
    dir=LTR></span>987654321</span></p>
    <p dir=RTL><span lang=HE>מספר
    טלפון
    סלולרי: </span><span
    dir=LTR></span><span dir=LTR><span
    dir=LTR></span>9876543210 </span><span lang=HE><o:p></o:p></span></p<p
    dir=RTL><span lang=HE>הערות
    נוספית: ניסיון מהאצר
    2<o:p></o:p></span></p<p dir=RTL><span
    lang=HE>לשימושכ ם<o:p></o:p></span></p>
    <p dir=RTL><span lang=HE>מנהל
    האתר </span><span
    dir=LTR>TOUR4LE SS.CO.IL</span><span lang=HE><o:p></o:p></span></p>
    </body>



    --b1_27976937fb6a 931b3ed2d40aebd 76a26--

  • Alvaro G. Vicario

    #2
    Re: phpmailer.class messages are been converted to plain text...

    *** sirshurf@gmail. com escribió/wrote (1 Sep 2006 10:49:56 -0700):
    Hi, I am using a phpmailer class to send some staff over the email...
    >
    I am tring to send it with text/html but for some reason the email are
    been converted to plain and all the headers are shown, here is the
    email...
    It's very hard to debug anything if all you provide is the ending part of
    the generated message. Whatever, the

    X-Tour4Less.co.il Mailer:

    .... part is definitively incorrect. A header cannot contain white spaces.


    --
    -+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
    ++ Mi sitio sobre programación web: http://bits.demogracia.com
    +- Mi web de humor con rayos UVA: http://www.demogracia.com
    --

    Comment

    • SirShurf

      #3
      Re: phpmailer.class messages are been converted to plain text...

      Ok, so tell me what I need to post so you can help me...


      Alvaro G. Vicario wrote:
      *** sirshurf@gmail. com escribió/wrote (1 Sep 2006 10:49:56 -0700):
      Hi, I am using a phpmailer class to send some staff over the email...

      I am tring to send it with text/html but for some reason the email are
      been converted to plain and all the headers are shown, here is the
      email...
      >
      It's very hard to debug anything if all you provide is the ending part of
      the generated message. Whatever, the
      >
      X-Tour4Less.co.il Mailer:
      >
      ... part is definitively incorrect. A header cannot contain white spaces.
      >
      >
      --
      -+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
      ++ Mi sitio sobre programación web: http://bits.demogracia.com
      +- Mi web de humor con rayos UVA: http://www.demogracia.com
      --

      Comment

      Working...