]
Pete Muir updated JBSEAM-2479:
------------------------------
Fix Version/s: 2.1.0.BETA2
(was: 2.1.0.GA)
META Tags added to HTML HEAD in Seam HTML mail get removed
----------------------------------------------------------
Key: JBSEAM-2479
URL:
https://jira.jboss.org/jira/browse/JBSEAM-2479
Project: Seam
Issue Type: Bug
Components: Mail
Affects Versions: 2.0.0.GA
Environment: Windows, Outlook,
Reporter: Terry
Assignee: Pete Muir
Fix For: 2.1.0.BETA2
the META tags added to HTML Head tag when sending Seam email in HTML get removed from the
generated HTML. absence of META tags and not being able to add one causes issues in
applications like outlook.
<m:message>
<m:from name="TISC Online" address="info(a)tisc.edu.au" />
<m:to
name="#{subscriptionAdmin.recipient[0]}">#{subscriptionAdmin.recipient[1]}</m:to>
<m:subject>#{subscriptionAdmin.subscriptionConfig.massMailSubject}</m:subject>
<m:body>
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=us-ascii"/>
</head>
<body>
<h:outputText
value="#{subscriptionAdmin.massMailMessageInterpolated}"
escape="false"/>
</body>
</html>
</m:body>
</m:message>
come out like:
<html>
<head>
</head>
<body>
...
body contents
...
</body>
<html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: