From 568d1d1c89e60e2a95f8380b58def635a5175d8f Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 27 May 2003 15:33:25 +0000 Subject: [PATCH] had forgotten to submit manual pages, oops PR: 5969 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274625 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/mail.html | 22 +++++++++++++++++++--- docs/manual/listeners.html | 12 ++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/mail.html b/docs/manual/CoreTasks/mail.html index afca074e1..750300b84 100644 --- a/docs/manual/CoreTasks/mail.html +++ b/docs/manual/CoreTasks/mail.html @@ -9,8 +9,11 @@

Mail

Description

-

A task to send SMTP email. This task can send mail using either plain -text, UU encoding, or MIME format mail, depending on what is available. +

A task to send SMTP email.

+This task can send mail using either plain +text, UU encoding, or MIME format mail, depending on what is available.
+
+If you need SMTP auth, you have to use MIME (and therefore to install JavaMail).

Attachments may be sent using nested fileset elements.

Note: This task may depend on external libraries @@ -98,11 +101,24 @@ Library Dependencies for more information. TCP port of the SMTP server. The default value is 25. No + + user + user name for SMTP auth + Yes, if SMTP auth is required on your SMTP server
+ the email message will be then sent using Mime and requires JavaMail + + + password + password for SMTP auth + Yes, if SMTP auth is required on your SMTP server
+ the email message will be then sent using Mime and requires JavaMail + encoding Specifies the encoding to use for the content of the email. Values are mime, uu, plain, or - auto. The default value is auto. + auto. The default value is auto. + uu or plain are not compatible with SMTP auth No diff --git a/docs/manual/listeners.html b/docs/manual/listeners.html index ede7ff28a..7861c7475 100644 --- a/docs/manual/listeners.html +++ b/docs/manual/listeners.html @@ -125,6 +125,18 @@ control for turning off success or failure messages individually.

SMTP Port for the Mail server No, default "25" + + MailLogger.user + user name for SMTP auth + Yes, if SMTP auth is required on your SMTP server
+ the email message will be then sent using Mime and requires JavaMail + + + MailLogger.password + password for SMTP auth + Yes, if SMTP auth is required on your SMTP server
+ the email message will be then sent using Mime and requires JavaMail + MailLogger.from Mail "from" address