Comment on Tutorial - Sending Email using JSP By Vijay



Comment Added by : manikanta

Comment Added at : 2015-02-02 05:39:09

Comment on Tutorial : Sending Email using JSP By Vijay
org.apache.jasper.JasperException: An exception occurred processing JSP page /samplemail.jsp at line 42

39: // Hand the message to the default transport service
40: // for delivery.
41:
42: Transport.send(msg);
43: out.println("Mail was sent to " + to);
44: out.println(" from " + from);
45: out.println(" using host " + host + ".");


View Tutorial



Related Tutorials

Java program to get location meta data from an image

Program using concept of byte long short and int in java

Update contents of a file within a jar file

Tomcat and httpd configured in port 8080 and 80

Java File

Java String

Count number of vowels, consonants and digits in a String in Java

Reverse a number in Java

Student marks calculation program in Java

Handling Fractions in Java

Calculate gross salary in Java

Calculate average sale of the week in Java

Vector in Java - Sample Program

MultiLevel Inheritance sample in Java

Multiple Inheritance sample in Java

Archived Comments

1. java is new for me..... since i dont know from bas
View Tutorial          By: m.padma at 2011-08-08 15:40:23

2. Thanks for the explanication
View Tutorial          By: Koklen at 2012-06-20 03:40:05

3. It works great,
my code looks like this:
View Tutorial          By: Anonymous at 2009-04-11 04:19:28

4. THIS IS VERY SIMPLE AND EXCELENT PROGRAM.THIS PROG
View Tutorial          By: CHIRANJEET at 2011-02-05 12:13:54

5. Excellent article
View Tutorial          By: JJ at 2011-03-21 13:42:35

6. @ parul : check whether your are passing class fil
View Tutorial          By: heramb at 2012-03-28 07:15:21

7. import java.lang.*;
import java.io.*;

View Tutorial          By: satya at 2012-12-09 10:57:28

8. i am looking for the code which wiLL HAVE AFFECT I
View Tutorial          By: pooja at 2013-06-10 13:48:32

9. A useful article. It answered my question about wh
View Tutorial          By: Kris Heidenstrom at 2011-05-28 04:15:05

10. Thanks! It worked fine for me.
View Tutorial          By: John Franklin at 2009-04-02 10:37:44