Programming Tutorials

Comment on Tutorial - Sending Email from Java application (using gmail) By Narayanan



Comment Added by : Benny Bottema

Comment Added at : 2009-05-03 14:27:07

Comment on Tutorial : Sending Email from Java application (using gmail) By Narayanan
Hey Narayanan, maybe you should check out Vesijama as well. It's a small (open source) wrapper library around the JavaMail smtp API (the stuff you use here). I'ts designed to not bother you with rfc's and requires minimal code.

http://code.google.com/p/vesijama/


View Tutorial