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