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
[207 byte] By [chandrakalaa] at [2007-11-27 7:59:31]
# 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.
bshannona at 2007-7-12 19:41:34 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...