-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
Lotus Notes client ignores the stylesheet embedded into an HTML notification e-mail and shows the style definitions instead.
I fixed it by adding comments inside the <STYLE> element. Here is how my /WEB-INF/classes/templates/email/html/includes/header.vm looks like:
Skipped ...
<base href="$baseurl" />
<style type="text/css"><!--
$stylesheet
--> </style>
Skipped ...
Is there any chance for it to get into the next release?