Email Template Service
Lead(s):
David Horwitz, Aaron Zeckoski, Steven Githens, and Tony Atkins
Description:
A service providing localizable and internationalizable email templates for Sakai Applications.
Source at: https://source.sakaiproject.org/contrib/emailtemplateservice/
example templates
Status and Plans:
04-Feb-2008 Awaiting update from Project Lead(s).
Comments (2)
Feb 14, 2008
Matthew Buckett says:
One current bug with the sending out of email from Sakai is that they respect th...One current bug with the sending out of email from Sakai is that they respect the locale of the user performing the action rather than the locale of the user receiving the message (and even then if the user has just been created the locale should be the system default).
Apr 17
David Horwitz says:
Hi Mathew, Thats why the service has a getRenderedTemplateForUser method the ca...Hi Mathew,
Thats why the service has a getRenderedTemplateForUser method - the calling service can specify who the recipient of the email is and receive a template in the correct locale.