Hello,

I'm using VelocityEngine to send html emails like described in this article: http://www.theserverside.com/blogs/s...gVelocityEmail

I have to format numbers and dates in email's text but I don't know how to configure velocity tools for velocityEngineFactoryBean ...

which is the correct way to set velocity tools? I'm using velocity only to send email not to render views so I've not configured a velocity view resolver and velocity configurer, are they necessary?

I'm using spring 1.2.7

thanks