Does Java Email Server supports template based messages?

8 views
Skip to first unread message

cheepu

unread,
Aug 13, 2010, 7:58:19 AM8/13/10
to Java Email Server
Hi
Any one can help to find JES support for the template based message?
Thanks

Eric Daugherty

unread,
Aug 13, 2010, 10:33:34 AM8/13/10
to Java Email Server
Not sure what you are asking...

JES only supports sending via SMTP. It does not provide any 'mass
mail' template solutions to generate the actual emails.

cheepu

unread,
Aug 16, 2010, 4:46:03 AM8/16/10
to Java Email Server
Thanks for the reply.
Actually I want to ask that does it possible to send differents emails
to the users on the basis of some criteria (like age, place etc..).
For this I will creates the templates and from the database it will
write the mails and send.
Thanks.

Eric Daugherty

unread,
Aug 16, 2010, 10:43:30 AM8/16/10
to Java Email Server
No, JES does not support this natively. You would need to use an
external program to generate the emails and have JES deliver them.

Eric

cheepu

unread,
Aug 16, 2010, 11:59:55 PM8/16/10
to Java Email Server
Ok but it support to send the mails with attachment and handles
transferring in bulk?
Could you please provide me some links where I can learn more about
the features of Java Mail Server and any forum where I can get the
response soon.

Thanks

cheepu

unread,
Aug 17, 2010, 12:07:46 AM8/17/10
to Java Email Server
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.

David Kerber

unread,
Aug 18, 2010, 7:26:51 PM8/18/10
to java-ema...@googlegroups.com
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

Reply all
Reply to author
Forward
0 new messages