> hi i have designed a site . in that the contact us
> page has details to be entered by the user and when
> the user clicks the send button those details which
> the user entered should be send to my mailid .pls
> help me out in this
Which part is the problem here?
If it's the mail, take a look at the JavaMail API.
[url=http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-javamail.html]JavaMail quick start[/url]
[url=http://java.sun.com/developer/onlineTraining/JavaMail/contents.html]jGuru: Fundamentals of the JavaMail API[/url]
[url=http://java.sun.com/products/javamail/FAQ.html]JavaMail FAQ[/url]
[url=http://www.rgagnon.com/javadetails/java-0321.html]Send email with JavaMail[/url]