Adds an email address element. It takes the following attributes:
@@ -187,7 +192,8 @@ the <message>
element.
<mail mailhost="smtp.myisp.com" mailport="1025" subject="Test build">
- <from address="me@myisp.com"/>
+ <from address="config@myisp.com"/>
+ <replyto address="me@myisp.com"/>
<to address="all@xyz.com"/>
<message>The ${buildname} nightly build has completed</message>
<fileset dir="dist">
@@ -196,8 +202,9 @@ the <message>
element.
</mail>
-Sends an eMail from me@myisp.com to all@xyz.com with a subject of
-Test Build and attaches any zip files from the dist directory. The
+
Sends an eMail from config@myisp.com to all@xyz.com with a subject of
+Test Build. Replies to this email will go to me@myisp.com.
+Any zip files from the dist directory are attached. The
task will attempt to use JavaMail and fall back to UU encoding or no encoding in
that order depending on what support classes are available. ${buildname}
will be replaced with the buildname
property's value.
diff --git a/docs/manual/listeners.html b/docs/manual/listeners.html
index 6475cf174..ede7ff28a 100644
--- a/docs/manual/listeners.html
+++ b/docs/manual/listeners.html
@@ -130,6 +130,11 @@ control for turning off success or failure messages individually.
Mail "from" address |
Yes, if mail needs to be sent |
+
+ MailLogger.replyto |
+ Mail "replyto" address(es), comma-separated |
+ No |
+
MailLogger.failure.notify |
Send build failure e-mails? |
@@ -314,7 +319,7 @@ developers.
-Copyright © 2000-2002 Apache Software Foundation. All rights
+
Copyright © 2000-2003 Apache Software Foundation. All rights
Reserved.