|
|
@@ -31,10 +31,13 @@ |
|
|
|
|
|
|
|
<h3>Description</h3> |
|
|
|
<p>Sends SMTP mail with MIME |
|
|
|
attachments. <a href="https://www.oracle.com/technetwork/java/index-138643.html" |
|
|
|
attachments. <a href="https://javaee.github.io/javamail/" |
|
|
|
target="_top">JavaMail</a> |
|
|
|
and <a href="https://www.oracle.com/technetwork/java/javase/jaf-135115.html" target="_top">Java |
|
|
|
Activation Framework</a> are required for this task.</p> |
|
|
|
and <a href="https://github.com/javaee/activation" target="_top">Java |
|
|
|
Activation Framework</a> 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.</p> |
|
|
|
<p>Multiple files can be attached using <a href="../Types/fileset.html">FileSets.</a></p> |
|
|
|
<h3>Parameters</h3> |
|
|
|
<table class="attr"> |
|
|
|