Programming Tutorials

Comment on Tutorial - Sending Email using JSP By Vijay



Comment Added by : Vijay

Comment Added at : 2008-12-10 19:22:04

Comment on Tutorial : Sending Email using JSP By Vijay
Hi lolz,
In order for this code to work, you should have a SMTP server and in your code you have to point to this server at the line
String host = "yourmailhost"

regards


View Tutorial