William Whalen wrote:
>
> Hello all,
> I was wondering if anyone has any experience or knows of any
> functionality that would allow me to send the contents of a
> submitted form from a web page via email.

Sure, that's Example 13-3 from my book "Java Servlet Programming".
See http://www.servlets.com/book/examples/ch13/.  Traditional
techniques are to use SmtpClient or JavaMail.

<ANNOUNCE>
I also have a brand spanking new com.oreilly.servlet.MailMessage class
available as of today -- it's more advanced than SmtpClient, easier to
use than JavaMail, and comes with source.  I just posted it to
Servlets.com.
</ANNOUNCE>

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
2.0 to 2.1: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
2.1 to 2.2: http://www.javaworld.com/jw-10-1999/jw-10-servletapi.html

___________________________________________________________________________
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