Skip to content

Commit c3585ae

Browse files
committed
document #161
1 parent c3e12bf commit c3585ae

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

WHATSNEW

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes from Ant 1.10.12 TO Ant 1.10.13
22
=======================================
33

4+
Other changes:
5+
--------------
6+
7+
* added an implementation of the MIME Mail sender based on the
8+
repackaged Jakarta Mail package rather than javax Mail.
9+
Github Pull Request #161
10+
411
Changes from Ant 1.10.11 TO Ant 1.10.12
512
=======================================
613

manual/Tasks/mail.html

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

4345
<h3>Parameters</h3>
4446
<table class="attr">

0 commit comments

Comments
 (0)