added a pointer to mime mail for when binary attachments are needed.

-steve.
Index: mail.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/CoreTasks/mail.html,v
retrieving revision 1.2
diff -u -r1.2 mail.html
--- mail.html   2001/02/13 12:31:51     1.2
+++ mail.html   2001/08/13 06:56:39
@@ -9,7 +9,10 @@
 
 <h2><a name="mail">Mail</a></h2>
 <h3>Description</h3>
-<p>A task to send SMTP email.</p>
+<p>A task to send SMTP email. Text and text files to include in the message
+body can be specified -to send binary attachments the optional
+<a href="../OptionalTasks/mimemail.html">MimeMail</a> task should be used 
instead</p>
+
 <h3>Parameters</h3>
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>


Reply via email to