You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/04/26 06:28:55 UTC

svn commit: r164737 - /maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml

Author: jvanzyl
Date: Mon Apr 25 21:28:53 2005
New Revision: 164737

URL: http://svn.apache.org/viewcvs?rev=164737&view=rev
Log:
cleanup

Modified:
    maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml

Modified: maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml?rev=164737&r1=164736&r2=164737&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml (original)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml Mon Apr 25 21:28:53 2005
@@ -19,13 +19,12 @@
             <ul>
               <li>
                 <code>from-mailbox</code> and <code>from-name</code>: The mailbox and name that will be set as the
-                <code>From</code> header for all mails sent. It's it important to ensure that the mailbox is a
-                real account as a lot of SMTP server check that the mailbox actually exists before accepting the
-                mail. If the from mailbox is empty or not specified the nag email address of the project will be
-                used as the from mailbox.
+                <code>From</code> header for all mails sent. It is important to ensure that the mailbox is a
+                real account as most SMTP servers will verify that the mailbox actually exists before accepting the
+                mail. If the from mailbox is empty or not specified the nag email address for the project will be used.
               </li>
               <li>
-                <code>timestamp-format</code>: This is the format string that is used to format the dates in the mails.
+                <code>timestamp-format</code>: This is the timestamp format used for the dates in email messages.
               </li>
             </ul>
           </li>
@@ -39,8 +38,7 @@
             The mail sender is the component that will send the email to the SMTP server. The two properties that can be configured are:
             <ul>
               <li>
-                <code>smtp-host</code>: The SMTP host. Make sure that this host will accept mails to and possibly
-                from the addresses configured for each project.
+                <code>smtp-host</code>: The SMTP host. Make sure that this host will accept email.
               </li>
               <li>
                 <code>smtp-port</code>: The port to use on the SMTP host.