Archive for February 26th, 2009

Feb 26 2009

Sending email with Spring and Velocity

Published by Gilles under J2EE, Java, Programming, Spring

spring25.png velocity-logo.png

I’ll try to explain how it can be easy to create an email service class that uses and to send mails.
First of all, what do you need in your classpath?

  • activation.jar
  • mail.jar
  • spring.jar
  • velocity.jar

I’m using 2.5 and 1.5.

Pages: 1 2 3 4 5 6 7

One response so far