|
|
@@ -31,9 +31,12 @@ |
|
|
|
|
|
|
|
<h3>Description</h3> |
|
|
|
<p>Sends SMTP mail with MIME attachments. |
|
|
|
<a href="http://www.oracle.com/technetwork/java/index-138643.html">JavaMail</a> |
|
|
|
and <a href="http://www.oracle.com/technetwork/java/javase/jaf-135115.html">Java |
|
|
|
Activation Framework</a> are required for this task.</p> |
|
|
|
<a href="https://javaee.github.io/javamail/">JavaMail</a> |
|
|
|
and <a href="https://github.com/javaee/activation">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 border="1" cellpadding="2" cellspacing="0"> |
|
|
|