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/svn/emailtemplateservice/trunk
Example client code (for Site Info): https://source.sakaiproject.org/svn/site-manage/trunk/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/ETSUserNotificationProviderImpl.java
Status and Plans:
04-Feb-2008 Awaiting update from Project Lead(s).
Comments (3)
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, 2008
David Horwitz says:
Hi Mathew, Thats why the service has a getRenderedTemplateForUser method - the ...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.
Dec 04, 2008
Ray Davis says:
On 29 September 2008, this project was moved to the Sakai trunk: http://jira.sak...On 29 September 2008, this project was moved to the Sakai trunk: http://jira.sakaiproject.org/jira/browse/SAK-13900