You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/16 17:13:52 UTC

[sling-org-apache-sling-commons-messaging-mail] 05/05: SLING-10017 Switch to Jakarta Mail and Activation APIs

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git

commit 73276cf33fb7a3bc6f1e70926ba03e3ddff122c6
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun May 16 19:12:53 2021 +0200

    SLING-10017 Switch to Jakarta Mail and Activation APIs
    
    add version 2.0 and package jakarta.mail
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 72a9ee5..89a0cb9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-This module provides a simple layer on top of [Jakarta Mail](https://eclipse-ee4j.github.io/mail/) (former [JavaMail](https://javaee.github.io/javamail/)) including a message builder and a service to send mails via SMTPS.
+This module provides a simple layer on top of [Jakarta Mail](https://eclipse-ee4j.github.io/mail/) 2.0 (package `jakarta.mail`) including a message builder and a service to send mails via SMTPS.
 
 * Mail Service: sends MIME messages.
 * Message Builder: builds plain text and HTML messages with attachments and inline images