Skip to content

Commit f8fea01

Browse files
committed
Update Jakarta Mail info in ref docs
Closes gh-29708
1 parent 9165391 commit f8fea01

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,14 +4314,16 @@ This section describes how to send email with the Spring Framework.
43144314

43154315
.Library dependencies
43164316
****
4317-
The following JAR needs to be on the classpath of your application in order to use
4318-
the Spring Framework's email library:
4317+
The following JAR needs to be on the classpath of your application in order to use the
4318+
Spring Framework's email support:
43194319
4320-
* The https://eclipse-ee4j.github.io/mail/[JavaMail / Jakarta Mail 1.6] library
4320+
* The https://jakartaee.github.io/mail-api/[JavaMail / Jakarta Mail 1.6] library
43214321
43224322
This library is freely available on the web -- for example, in Maven Central as
4323-
`com.sun.mail:jakarta.mail`. Please make sure to use the latest 1.6.x version
4324-
rather than Jakarta Mail 2.0 (which comes with a different package namespace).
4323+
`com.sun.mail:jakarta.mail`. Please make sure to use the latest 1.6.x version (which uses
4324+
the `javax.mail` package namespace) rather than Jakarta Mail 2.0 (which uses the
4325+
`jakarta.mail` package namespace). See the code in the `v1.x` branch of the
4326+
https://github.com/jakartaee/mail-api/tree/v1.x[Jakarta Mail API repository].
43254327
****
43264328

43274329
The Spring Framework provides a helpful utility library for sending email that shields

0 commit comments

Comments
 (0)