cheepu wrote:
> I saw the comparision between many servers that handles eMail services
> in the wiki.
> But I found that Java Email Server is not listed and I have to know
> the features
> of this. Please help me.
>
JES is simply an SMTP, POP, and POST server. It can send and receive
e-mail according to those protocols. To create the e-mail, you need a
mail client program, which should generate and format the mail according
to published standards, including headers, attachments, to and from
addresses, etc, and send it to JES (with SMTP) for delivery. JES uses
POST to forward the mail to a destination e-mail server, and you pick up
e-mail from JES with the POP protocol.
D