Posts Tagged ‘java’

Email enabling Spring Applications.

Posted on April 20th, 2008 by by Gubbi

Using gmail smtp server, JavaMail and Spring IOC, we can quickly put together a simple mail sending application, without any SMTP server installation. Check this out for a detailed description of using gmail as smtp server. Thanks to Enrico for blogging smtp spring configuration.
Assuming you have used Spring before, here is a short tutorial:

Add mail.jar […]