Best mail library for Java web applications

后端 未结 4 1818
误落风尘
误落风尘 2021-01-30 07:28

I am investigating on the best free mail library to use for Java web applications. It is something with more support and easy to use. If it\'s complex but would be justified by

4条回答
  •  被撕碎了的回忆
    2021-01-30 07:56

    "Best" is subjective, especially since you didn't specify any particular features you may be looking for.

    With that said, here's a couple to get you started:

    1. Simple Java Mail - built on top of JavaMail, simplifies API to produce a correct emails
    2. Commons Email - built on top of JavaMail, simplifies certain commonly used scenarios.
    3. Spring Email integration (only if you're using Spring already)

    javaee.github curates a comprehensive list with many more:

    • https://javaee.github.io/javamail/ThirdPartyProducts

    Oracle has a curated list as well, although the lists are suspiciously similar:

    • http://www.oracle.com/technetwork/java/javamail/third-party-136965.html

提交回复
热议问题