Skip to content

Commit

Permalink
document #161
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Oct 28, 2021
1 parent c3e12bf commit c3585ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes from Ant 1.10.12 TO Ant 1.10.13
=======================================

Other changes:
--------------

* added an implementation of the MIME Mail sender based on the
repackaged Jakarta Mail package rather than javax Mail.
Github Pull Request #161

Changes from Ant 1.10.11 TO Ant 1.10.12
=======================================

Expand Down
4 changes: 3 additions & 1 deletion manual/Tasks/mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3>Description</h3>
<p>A task to send SMTP email.</p>
<p>This task can send mail using either plain text, UU encoding, or MIME format mail, depending on
what is available.</p>
<p>SMTP auth and SSL/TLS require JavaMail and are only available in MIME format.</p>
<p>SMTP auth and SSL/TLS require JavaMail or JakartaMail and are only available in MIME format.</p>
<p>Attachments may be sent using nested <code>&lt;attachments&gt;</code> elements, which
are <a href="../using.html#path">path-like structures</a>. This means any filesystem
based <a href="../Types/resources.html">resource</a> or resource collection can be used to point to
Expand All @@ -39,6 +39,8 @@ <h3>Description</h3>
<p><strong>Note</strong>: This task may depend on external libraries that are not included in the
Ant distribution. See <a href="../install.html#librarydependencies">Library Dependencies</a> for
more information.</p>
<p>Starting with Ant 1.10.13 Ant supports either the modern <code>jakarta.mail</code> as well as the
older <code>javax.mail</code> implementations and will prefer <code>jakarta.mail</code> if both are available.</p>

<h3>Parameters</h3>
<table class="attr">
Expand Down

0 comments on commit c3585ae

Please sign in to comment.