|
WebMail servlet 1.8 It is a Java servlet allows you to support web-based
private mail service including mail-lists. So all mail (private, and mail lists)
will be saved and distributed within your server. This servlet offers user
interface to read/send mail, create and maintain mail lists etc. In other words
it is a special forum (message board) where the interface is organized
like e-mail package. So this servlet is yet another way to create your own community
(see also for example our discussions or forum servlets).
WebMail supports local mail stores but you can also
forward (send) messages to external addresses. So for any address contains @ package will
send letter to this external address. Try It Out: http://www.servletsuite.com/servlets/webmail.htm
|