Seam email format problem
-------------------------
Key: JBSEAM-3402
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3402
Project: Seam
Issue Type: Bug
Components: Mail
Affects Versions: 2.0.2.SP1
Reporter: liu lei
Assignee: Pete Muir
Priority: Critical
I tried the activated email of this site "www.seamframework.org".
In my mail system, the content of the activated email as below :
the format of the email's attachments is incorrect)
Hello liu,
you registered an account on the Seam community website. You need to click the following
link to confirm the validity of your e-mail address and to activate your account:
Click this link to activate the account 'sfp'
It is the same problem that i encountered in my app.And i have tried many emails in my
app.
what's worse, if i get
<h:outputLink value="#{basePath}/activate.seam">
acitvate
<f:param name="memberId" value="#{memberHome.instance.id}"
/>
<f:param name="activationCode"
value="#{memberHome.instance.activationCode}" />
</h:outputLink>
in the activateEmail.xhtml,some mail system even cannot receive the email(being
rejected?).
When i remove the code above in my file ,the mail can be received.But the content is a
"no_name.eml" file which contains the real content.
So the question is why the content of the email is recognized as an attachment?
I think it is a bug of "Seam mail"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira