2 Replies Latest reply on Jan 24, 2008 9:09 AM by mahbe

    Seam Mail: dynamically generated HTML content

    mahbe

      Hi,

      if I want to outject mail content with HTML tags, e.g.

      <m:body>
      
       <div style="font-family:sans-serif">
      
       #{Mailer.content}
      ...
      


      the outjection works, but all tags, e.g.

      <p>blah</p>


      are converted like that

      &lt;p&gt;blah&lt;/p&gt;


      So in the incoming mail on a html mail client, there is not a new section but there is

      <p>...content of the section...</p>


      displayed.

      How can I prevent Seam Mail from converting the tags?

      Best Regards, Matthias