File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
framework-docs/src/docs/asciidoc/integration Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ This section describes how to send email with the Spring Framework.
5
5
6
6
.Library dependencies
7
7
****
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 :
10
10
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
12
12
13
13
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).
16
17
****
17
18
18
19
The Spring Framework provides a helpful utility library for sending email that shields
You can’t perform that action at this time.
0 commit comments