Sorry, but I submitted the wrong emailverification.xhtml.
Here is the correct version that generated the email above:
emailverification.xhtml
| <m:message
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns:m="http://jboss.com/products/seam/mail"
|
xmlns:s="http://jboss.com/products/seam/taglib"
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:h="http://java.sun.com/jsf/html">
|
|
| <m:from name="Support" address="no-reply(a)example.com"
/>
| <m:to name="#{user.name}">#{user.email}</m:to>
| <m:subject>Email Verification</m:subject>
| <m:body>
| <p><h:outputText value="Dear #{user.name}" />,</p>
| <p>Thank you for registering for a new account.
| In order to use your account,
| you must complete your registration by clicking on the link below.</p>
| <p><a
href="#{basepath}/validate.seam?tk=#{outtoken}">#{basepath}/validate.seam?tk=#{outtoken}</a></p>
| <p>Regards,</p>
| <p>Glenn</p>
| </m:body>
| </m:message>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042122#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...