2 Replies Latest reply on Mar 6, 2009 3:11 PM by thiruneela

    How to send formated Text using seam-mail?

    thiruneela
      Hi!

      I am using rich:editor in my page for composing seam mail. My problem is whatever changes I do to the text(such as bold, italic, size, etc) should be the same when they are sent to any recipient. In this application I am using a bean with property message(String). Rich editor's value is set to this message property. When it is sent to to recipient using seam-mail, the user received text in HTML-Text format like

      <h1>thiru</h1> <p>(a+b)<sup>2</sup></p> <p><span style="text-decoration: underline;">Hello</span></p>.
           

      What I want is the receiver should receive the data in
      normal format(shouldn't see html-formatted text).
      How to solve this problem?
      Any suggestions Please?

      regards