E-Mail

<m:message xmlns:m="http://jboss.com/products/seam/mail">
    <m:from name="Seam" address="do-not-reply@jboss.com" />
    <m:to name="#{person.fullName}">#{person.address}</m:to>
    <m:subject>Plain text email sent by Seam</m:subject>
    <m:body type="plain">Dear #{person.firstname},

This is a simple, plain text, email.

Regards

JBoss Seam Mail</m:body>
</m:message>

@In Renderer renderer;
renderer.render("/html.xhtml");
23/29