Well, I took today's build and still have the same problem...
The email template is defined as followed:
| <?xml version="1.0" encoding="ISO-8859-1" ?>
| <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"
|
xmlns:f="http://java.sun.com/jsf/core"
| importance="normal"
| requestReadReceipt="false"
| charset="ISO-8859-1">
| <m:header name="X-Sent-From" value="test" />
| <m:from name="test" address="xxx(a)yyy.com" />
| <m:to name="#{user.username}">#{user.email}</m:to>
| <m:subject>#{messages.EMAIL_SUBJECT}</m:subject>
| <m:body>
| <html>
| <body>
| ...
| </body>
| </html>
| </m:body>
| </m:message>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036564#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...