Type |
Changes |
By |
|
Move fulcrum-template to maven2. Fixes TRB-79. Thanks to Ludwig Magnusson. |
sgoeschl |
Type |
Changes |
By |
|
TemplateEmail.sendMultiple() was setting the character set to late. Fixes FULS10. |
seade |
|
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 |
|
Upgrading to javamail-1.3.2 and commons-email-1.0 |
sgoeschl |
|
Fix EmailTemplate and HtmlEmailTemplate by providing a templateService
that can be manually passed in. Should be avalon components instead. |
epugh |
|
Remove facade class, this is implementation specific. |
epugh |
|
Initial conversion to Avalon component. |
epugh |