Wednesday, October 10, 2007

Velocity templates to send email


Here is a code sample for creating email from Velocity

Template template = null;
StringWriter sw = new StringWriter();
try {
template = Velocity.getTemplate(