문제

I am attempting to make a mailing system using a local mailserver (Apache James Mailserver), also using the JavaMail and JFA APIs Can i do that ? any body has an idea about the ideal way to accomplish such a goal?

도움이 되었습니까?

해결책

Yes, you can do that. Yes, it's a lot of work. If you want to do most of the work yourself, you can find some simple example programs on the JavaMail project page. You'll find some more complete programs on the JavaMail third party products page.

다른 팁

You probably can. Apache James comes packaged as a WAR, but you will have to build it. Just get the sources from [1] with SVN or git [2]. Build them with Maven and check under app/target directory. You will see a WAR file along with the normal standalone, zip packaged distribution.

[1] http://svn.apache.org/repos/asf/james/server/trunk/

[2] https://github.com/apache/james

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top