-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.10
-
Fix Version/s: 0.12
-
Labels:None
-
Environment:
Default
As for now e-mail are send in a single laguage prom plain string templates. It's inconvinient as there is no localization, we can't include links there (as deployment root is unknown) and so on.
We need to alter templating in e-mail's by using some standard view framework. JSP is not the case since it requres tomcat to be preprocessed and thus cannot be tested on it's own. Probably velocity mail templates will do the trick, however it's still questionable if we can render them in usual web context.
The following links may help:
http://static.springsource.org/spring/docs/2.0.6/reference/mail.html
http://static.springsource.org/spring/docs/2.0.x/reference/view.html
- relates to
-
JC-619 Special symbols aren't filtered in code tag tag in email notifications
- Closed