i want to use use javamail Api and i am not able to understand which server i use or is there is any other api available which is better then javamail Api.please suggest me

Recommended Answers

All 5 Replies

i want to use use javamail Api and i am not able to understand which server i use or is there is any other api available which is better then javamail Api.please suggest me

if you havent already, this would be a great way to start Fundamentals of the JavaMail API - Java and this:JavaMail API – Sending email via Gmail SMTP example and perhaps here too:Introduction of Java Mail

Member Avatar for ztini

Apache James is an email server based on JavaMail(javax.mail).

http://james.apache.org/

Essentially you start the server, email comes in, and it tries to determine which Mailet to send the email to, for processing. There are OOB Mailets that you can use or you can define your own Mailet based on the JavaMail api.

First of thanks for reply
on apache site there are many version available likeApache James jDKIM
Apache James JSieve
Apache James Mailet
Apache James Mailet Base
Apache James Crypto Mailets
Apache James Protocols
may i know the which one i use

Thank you so much

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.