| Author |
Mail and Servlet
|
Alen Mester
Greenhorn
Joined: Jul 08, 2011
Posts: 21
|
|
Good Day!!
After finally found the answer of my last topic "Pizzas and Servlets" I move on and more time I have problems
the problem: I dont know how to complete(build) this Java Mail Servlet to send this paramaters to an email.
What I have :
I have a JQuery Dialog (the JSP page)with 7 parameters (name,description,price,from,subject,msg,to)
I created the bean of this parameters.
this is the java class of the Mail
This the incomplete servlet
Next.. what I have to do??
Edit : the message like this to send all parameters?
thanks
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
Write some code which sends the message.
|
 |
Haina Minawa
Ranch Hand
Joined: Oct 13, 2011
Posts: 119
|
|
Remove the commented line in the Servlet's doPost method:
|
 |
 |
|
|
subject: Mail and Servlet
|
|
|