diff --git a/manual/Tasks/mimemail.html b/manual/Tasks/mimemail.html index a92c21346..f2e72f5a2 100644 --- a/manual/Tasks/mimemail.html +++ b/manual/Tasks/mimemail.html @@ -35,9 +35,10 @@ attachments. JavaMail and Java Activation Framework are required for this task. The Java -Activation Framework is part of the standard class library for Java6 -to Java9 but must be provided as an external library for Java10 and -later again.

+Activation Framework is part of the standard class library for Java 6 +to Java 10 but the java.activation module has been +deprecated in Java 9 and must be enabled explicitly when running on +Java 10. Alternatively it can be provided as an external library.

Multiple files can be attached using FileSets.

Parameters

diff --git a/manual/install.html b/manual/install.html index ad5f801d6..9bc54f1f3 100644 --- a/manual/install.html +++ b/manual/install.html @@ -898,7 +898,10 @@ these tasks available. Please refer to the Installing A + (included in Java 6 to Java 10 but + the java.activation module is deprecated and marked + for removal in Java 9 and needs to be enabled explicitly on Java + 10)
activation.jar
- (included in Java 6 to Java9 no longer included in Java10 and later)
mail task with MIME encoding, and deprecated mimemail task