to send mail
i want to send mail to my inbox(i.e) either it could be yahoo or gmail...when i click on submit button of my web page the contents should go to my inbox ...how is it possible..can u plz help me
# 1
Write a component (servlet, JSP, whatever) that runs on your web server,collects the data from the submit, and composes a JavaMail messageusing that data. Configure the component to go to whatever mail addressyou want, using your mail server.