Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Re: pro_jsp digest: July 03, 2000


Message #1 by "Cristian Southall" <Cristian_Southall@p...> on Tue, 04 Jul 2000 09:19:36 +0800
Hi,
For my last employer, I put together a Web access mail
client using a servlet (unfortunately I can no longer
get at the code). This was relatively straightforward
using the mail API - I just modified one of the demos
to become a servlet :
http://www.java.sun.com/products/javamail/index.html
Once you have it as a servlet, the JSP front end would
be trivial. An alternative would be to build the mail
classes you needed into a bean (this has probably
already been done somewhere...)
You may wish to look at the open source mail client
for inspiration :
http://members.xoom.com/konget/mailpuccino/

Cheers,
Danny.
--- Pro_JavaServer_Pages digest <pro_jsp@p...>
wrote: > Pro_JavaServer_Pages Digest for Monday, July
03,
> 2000.
> 
> 1. how to send an e-mail from jsp
> 
>
----------------------------------------------------------------------
> 
> Subject: how to send an e-mail from jsp
> From: "kumar Tatimatla"
> <kumar_tatimatla@h...>
> Date: Sat, 1 Jul 2000 11:20:19
> X-Message-Number: 1
> 
> Now I am working on a portal. In this i need to send
> e-mails to my 
> members.
> Can somebody help me in this regard. My development
> environment includes
> JSP,IIS,JRUN on Win NT.
> 
> Thank You in Advance.
> 
> 
> 
> ---
> 
> END OF DIGEST
> 
> danny_ayers@y...
> $subst('Email.Unsub')
> 


__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

  Return to Index