Link to download Java Email Server

6 views
Skip to first unread message

Ronnie wan

unread,
Apr 17, 2010, 3:39:15 AM4/17/10
to java-ema...@googlegroups.com
Hi all, I'm new to email servers and  was looking for an email server for sending outgoing smtp mail.

I read about JavaEmailServer and would like to know a good link to download this product.

Also where I can find some installation and execution instructions on this product.

--
You received this message because you are subscribed to the Google Groups "Java Email Server" group.
To post to this group, send email to java-ema...@googlegroups.com.
To unsubscribe from this group, send email to java-email-ser...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/java-email-server?hl=en.

Eric Daugherty

unread,
Apr 17, 2010, 11:42:19 AM4/17/10
to Java Email Server
Ronnie,

You can find links to download and instructions from the project home
page: http://www.ericdaugherty.com/java/mailserver/

Eric

David Kerber

unread,
Apr 17, 2010, 12:34:26 PM4/17/10
to java-ema...@googlegroups.com
It doesn't need much in the way of instructions; the included docs
pretty much tell you what you need to know for JES 1.6 (the one I use).
It's about as simple as e-mail servers get.

D

Ronnie wan

unread,
Apr 18, 2010, 3:25:35 AM4/18/10
to java-ema...@googlegroups.com
David, I've downloaded version 1.6 and started up the server.

I wrote / Cloned a simple java program which sends a outgoing message. But during execution I get the following exception

=============
Exception in thread "main" javax.mail.NoSuchProviderException: smtp
    at javax.mail.Session.getService(Session.java:768)
    at javax.mail.Session.getTransport(Session.java:708)
    at javax.mail.Session.getTransport(Session.java:651)
    at javax.mail.Session.getTransport(Session.java:631)
    at javax.mail.Session.getTransport(Session.java:686)
    at javax.mail.Transport.send0(Transport.java:166)
    at javax.mail.Transport.send(Transport.java:98)
    at sl.MailClient.postMail(MailClient.java:33)
    at sl.MailClient.main(MailClient.java:39)
==========

I don't believe my java program is using the JavaEmailServer. Just wondering if you had a sample of a simple java program which sends a message?
Reply all
Reply to author
Forward
0 new messages