|
|
@@ -79,14 +79,14 @@ Activation Framework</a> are required for this task.</p> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<p><b>Send a single HTML file as the body of a message</b></p> |
|
|
|
<pre> <mimemail messageMimeType="text/html" messageFile="overview-summary.html" |
|
|
|
tolist="you" subject="JUnit Test Results: ${TODAY}" from="me"/></pre> |
|
|
|
<pre> <mimemail messageMimeType="text/html" messageFile="overview-summary.html" |
|
|
|
tolist="you" subject="JUnit Test Results: ${TODAY}" from="me"/></pre> |
|
|
|
<p><b>Sends all files in a directory as attachments</b></p> |
|
|
|
<pre> <mimemail message="See attached files" tolist="you" subject="Attachments" from="me"> |
|
|
|
<fileset dir="."> |
|
|
|
<include name="dist/*.*"/> |
|
|
|
</fileset> |
|
|
|
</mimemail> |
|
|
|
<pre> <mimemail message="See attached files" tolist="you" subject="Attachments" from="me"> |
|
|
|
<fileset dir="."> |
|
|
|
<include name="dist/*.*"/> |
|
|
|
</fileset> |
|
|
|
</mimemail> |
|
|
|
</pre> |
|
|
|
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights |
|
|
|
Reserved.</p> |
|
|
|