Feb 26 2009

Sending email with Spring and Velocity

Published by Gilles at 9:20 pm under J2EE, Java, Programming, Spring

The template

Create a new html message and save it with a .vm extension.

CODE:
  1. Dear ${firstName},We thank you for registering with us,
  2. Login: ${user.login}
  3. Password: ${user.password}
  4. Sincere regards,

Pages: 1 2 3 4 5 6 7

One Response to “Sending email with Spring and Velocity”

  1. asdfon 30 May 2010 at 5:46 pm

    reading this article is like pain in the ass. please next time split such article into 20 pages, 7 is not enought

Trackback URI | Comments RSS

Leave a Reply