Changes Report

Release History

Version Date Description
2.0.0-SNAPSHOT in SVN
1.0-alpha-2 in SVN


Release 2.0.0-SNAPSHOT - in SVN

Type Changes By
add Move fulcrum-template to maven2. Fixes TRB-79. Thanks to Ludwig Magnusson. sgoeschl

Release 1.0-alpha-2 - in SVN

Type Changes By
fix TemplateEmail.sendMultiple() was setting the character set to late. Fixes FULS10. seade
update Changed the signature of TemplateHtmlEmail.send() since it inherits from Mail.send(). The method now throws an EmailException instead of MessagingException which might break existing code. sgoeschl
update Upgrading to javamail-1.3.2 and commons-email-1.0 sgoeschl
add Fix EmailTemplate and HtmlEmailTemplate by providing a templateService that can be manually passed in. Should be avalon components instead. epugh
remove Remove facade class, this is implementation specific. epugh
add Initial conversion to Avalon component. epugh