You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2001/12/24 04:20:19 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks mimemail.html

stevel      01/12/23 19:20:19

  Modified:    docs/manual/OptionalTasks mimemail.html
  Log:
  we will have no tabs here!
  
  Revision  Changes    Path
  1.4       +7 -7      jakarta-ant/docs/manual/OptionalTasks/mimemail.html
  
  Index: mimemail.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/mimemail.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mimemail.html	2001/10/30 10:05:38	1.3
  +++ mimemail.html	2001/12/24 03:20:19	1.4
  @@ -79,14 +79,14 @@
   </table>
   <h3>Examples</h3>
   <p><b>Send a single HTML file as the body of a message</b></p>
  -<pre>	&lt;mimemail messageMimeType=&quot;text/html&quot; messageFile=&quot;overview-summary.html&quot; 
  -		tolist=&quot;you&quot; subject=&quot;JUnit Test Results: ${TODAY}&quot; from=&quot;me&quot;/&gt;</pre>
  +<pre>    &lt;mimemail messageMimeType=&quot;text/html&quot; messageFile=&quot;overview-summary.html&quot; 
  +        tolist=&quot;you&quot; subject=&quot;JUnit Test Results: ${TODAY}&quot; from=&quot;me&quot;/&gt;</pre>
   <p><b>Sends all files in a directory as attachments</b></p>
  -<pre>	&lt;mimemail message=&quot;See attached files&quot; tolist=&quot;you&quot; subject=&quot;Attachments&quot; from=&quot;me&quot;&gt;
  -	    &lt;fileset dir=&quot;.&quot;&gt;
  -	        &lt;include name=&quot;dist/*.*&quot;/&gt;
  -	    &lt;/fileset&gt;
  -	&lt;/mimemail&gt;
  +<pre>    &lt;mimemail message=&quot;See attached files&quot; tolist=&quot;you&quot; subject=&quot;Attachments&quot; from=&quot;me&quot;&gt;
  +        &lt;fileset dir=&quot;.&quot;&gt;
  +            &lt;include name=&quot;dist/*.*&quot;/&gt;
  +        &lt;/fileset&gt;
  +    &lt;/mimemail&gt;
   </pre>
   <hr><p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
   Reserved.</p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>