summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorStefan Bodewig <stefan.bodewig@innoq.com>2021-10-28 16:20:09 +0200
committerStefan Bodewig <stefan.bodewig@innoq.com>2021-10-28 16:20:09 +0200
commitc3585aef09399e44f1a10c61cf7e4af80c017a3d (patch)
tree211fa772eede0fac400517f845c720c3333fcfee /manual
parentc3e12bfadd6cd946c1753551c4a82a80b2acb6f7 (diff)
downloadant-c3585aef09399e44f1a10c61cf7e4af80c017a3d.tar.gz
document #161
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/mail.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/Tasks/mail.html b/manual/Tasks/mail.html
index a2e08158d..3b51a64c4 100644
--- a/manual/Tasks/mail.html
+++ b/manual/Tasks/mail.html
@@ -29,7 +29,7 @@
<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
@@ -39,6 +39,8 @@ container.</p>
<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">