Programming Tutorials

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



Comment Added by : Rajesh Vaddi

Comment Added at : 2011-12-13 23:55:15

Comment on Tutorial : Sending Email from Java application (using gmail) By Narayanan
Including the required mail properties should solve most of the errors listed above.... try it out

mail.smtp.host
mail.username
mail.password
mail.port

and the trick is how these parameters are being used and passed to the framework on which the application is running.


View Tutorial