Hmmm,

Http://java.sun.com/products/javamail
Or you could use the sun.net.smtp.SmtpClient class that is part of the JDK.
--Angus
Alok Kumar wrote:
>
> In the when you want to send the mail to some other address, the biggest
> thing you require is mail server.
> This can be at your site( server site. generally in all the cases like
> yahoo
> these are on the server side). get the message and use the javamail
> PIs( Still many programs are avaiable) to make a connection to the SMTP
> mail
> server and end the mail to appropriate address
> If still unclear ask further
> Alok
> ----- Original Message -----
> From: maurice coyle <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 22, 2000 3:43 PM
> Subject: Sending a report via email using jsp
>
> > hi all,
> >
> > I have generated a report using JSP, and i need to allow the user to
> > enter an email address and have them click a button or something which
> > will send the report in HTML or text form to someone else.
> >
> > Does anyone know if it's possible to send email in this way?
> >
> > thanks very much,
> > --
> > Maurice Coyle,
> > Sun Microsystems Ireland.
> >
> >
> ===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to