Browse Source

document #161

master
Stefan Bodewig 3 years ago
parent
commit
c3585aef09
2 changed files with 10 additions and 1 deletions
  1. +7
    -0
      WHATSNEW
  2. +3
    -1
      manual/Tasks/mail.html

+ 7
- 0
WHATSNEW View File

@@ -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
=======================================



+ 3
- 1
manual/Tasks/mail.html View File

@@ -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">


Loading…
Cancel
Save