9 Replies Latest reply on Aug 12, 2008 1:08 PM by sducas.sducas1.gmail.com

    email do not render correctly

    sducas.sducas1.gmail.com
      Hello,

      I'm using seam email generation and I have issue:

      when I render this:

      <m:message xmlns="http://www.w3.org/1999/xhtml"
          xmlns:m="http://jboss.com/products/seam/mail"
          xmlns:h="http://java.sun.com/jsf/html" charset="UTF-8">
      <m:from address="licenses@prophessi.com" />
      <m:to name="Stephane Ducas" adress="sducas1@gmail.com">sducas1@gmail.com</m:to>
      <m:subject>Coucou</m:subject>
      <m:body>
      #{licenseHome.instance.userName}
      </m:body>
      </m:message>


      The message in my mailbox is:

      ------=_Part_3_26236738.1218470986364
      Content-Type: text/html; charset=UTF-8
      Content-Transfer-Encoding: 7bit
      Content-Disposition: inline



      Mr Tronchet
      ------=_Part_3_26236738.1218470986364--




      How can I avoid having those headers displayed: ----=_Part......


      I've tryed different charsets (utf8,iso8859) without sucess...


      THX