A possible solution would be:
1. Post the form-entries to a servlet
2. Assemble the values to the desired format
3. use the JavaMail API to send the data
(
3a construct a javax.mail.internet.MimeMessage object
3b send it via javax.mail.Transport.sendMessage()
)

HTH, Fr@nk

> Hello,
> I would like to know how to mail a Html form along with the
> values filled
> in it to a particular or a group of recipients.
>
> Thank You in advance.
>
> Regards
> Maulik

___________________________________________________________________________
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