C.S.Sriram wrote:
>
> Hi,
>
> I have a HTML Page with data in it as FORM Elements( User has
> to enter data). Then the user clicks the "Submit Button" and the
> same page should be sent as mail.
>
> How should I go about doing this???
>
> Any sample codes, explanations, any websites, any ideas ????

See Chapter 13 of "Java Servlet Programming" for a discussion
of the issues involved in sending email and an example doing exactly
what you want.  Code is also on http://www.servlets.com.

(By the way, there have been a lot of questions asked lately that are
answered in the book.  If you've been asking the questions, you might
want to check it out.  http://www.servlets.com/book.)

-jh-

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to