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 @@
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.
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 task | -https://www.oracle.com/technetwork/java/javase/jaf-135115.html |