Hi friends I am new to JSP can somebody tell me how can i send a mail in JSP infact In ASP CDONTS Object is there for sending a mail wht is there in JSP? can i use Java mail API for the same? Rishi
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
You can use any Java package you want in JSP, but instead of doing everything inside a single JSP page, it is a good idea to use a separate Bean - much easier to debug and test. Bill
Yes you can very well use java mail API with all of its features in JSP.
Originally posted by rishi, yagnik: Hi friends I am new to JSP can somebody tell me how can i send a mail in JSP infact In ASP CDONTS Object is there for sending a mail wht is there in JSP? can i use Java mail API for the same? Rishi