File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4314,14 +4314,16 @@ This section describes how to send email with the Spring Framework.
4314
4314
4315
4315
.Library dependencies
4316
4316
****
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 :
4319
4319
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
4321
4321
4322
4322
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].
4325
4327
****
4326
4328
4327
4329
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