File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 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.
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
43224322This 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
43274329The Spring Framework provides a helpful utility library for sending email that shields
You can’t perform that action at this time.
0 commit comments