diff --git a/manual/Tasks/mimemail.html b/manual/Tasks/mimemail.html index 99af872f9..a92c21346 100644 --- a/manual/Tasks/mimemail.html +++ b/manual/Tasks/mimemail.html @@ -31,10 +31,13 @@

Description

Sends SMTP mail with MIME -attachments. JavaMail -and Java -Activation Framework are required for this task.

+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.

Multiple files can be attached using FileSets.

Parameters

diff --git a/manual/install.html b/manual/install.html index edf737502..ad5f801d6 100644 --- a/manual/install.html +++ b/manual/install.html @@ -897,10 +897,11 @@ these tasks available. Please refer to the Installing A - + -
https://javaee.github.io/javamail/
activation.jar
(included in Java 6 and later runtime)
activation.jar
+ (included in Java 6 to Java9 no longer included in Java10 and later)
mail task with MIME encoding, and deprecated mimemail taskhttps://www.oracle.com/technetwork/java/javase/jaf-135115.html