Skip to content

Commit f8a58f2

Browse files
committed
Update Jakarta Mail info in ref docs
Closes gh-29707
1 parent f6e1fb3 commit f8a58f2

File tree

1 file changed

+6
-5
lines changed
  • framework-docs/src/docs/asciidoc/integration

1 file changed

+6
-5
lines changed

framework-docs/src/docs/asciidoc/integration/email.adoc

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

66
.Library dependencies
77
****
8-
The following JAR needs to be on the classpath of your application in order to use
9-
the Spring Framework's email library:
8+
The following JAR needs to be on the classpath of your application in order to use the
9+
Spring Framework's email support:
1010
11-
* The https://jakartaee.github.io/mail-api/[JavaMail / Jakarta Mail 1.6] library
11+
* The https://jakartaee.github.io/mail-api/[Jakarta Mail] library
1212
1313
This library is freely available on the web -- for example, in Maven Central as
14-
`com.sun.mail:jakarta.mail`. Please make sure to use the latest 1.6.x version
15-
rather than Jakarta Mail 2.0 (which comes with a different package namespace).
14+
`com.sun.mail:jakarta.mail`. Please make sure to use the latest 2.x version (which uses
15+
the `jakarta.mail` package namespace) rather than Jakarta Mail 1.6.x (which uses the
16+
`javax.mail` package namespace).
1617
****
1718

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

0 commit comments

Comments
 (0)