From 2be964d3943fdf9f5c37ac4de893524b4ddd8b05 Mon Sep 17 00:00:00 2001 From: thanus Date: Sat, 3 Oct 2020 18:50:09 +0200 Subject: [PATCH] Update javax.mail reference to jakarta.mail --- src/docs/asciidoc/integration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index 7b1a54a5f95c..5b2d0df9a684 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -4421,10 +4421,10 @@ This section describes how to send email with the Spring Framework. The following JAR needs to be on the classpath of your application in order to use the Spring Framework's email library: -* The https://javaee.github.io/javamail/[JavaMail] library +* The https://eclipse-ee4j.github.io/mail/[JavaMail] library This library is freely available on the web -- for example, in Maven Central as -`com.sun.mail:javax.mail`. +`com.sun.mail:jakarta.mail`. **** The Spring Framework provides a helpful utility library for sending email that shields