Look up JavaMail. It is quite easy to use. You do need an SMTP server
running to send email, of course. Your ISPs server may work, if it is set up
to allow it (most will allow only mail originating on their own network).
> -----Original Message-----
> From: Manal Rayess [mailto:m_rayess@h...]
> Sent: Thursday, May 03, 2001 11:25
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] sending mails
>
>
> Hi;
> I am implementing a site, that takes information from the user,
> save it in
> the DB. It takes the user email, and sends it a confirmation email, how
> can I do this, i.e what's the code that sends an email to some email
> address?
> regards