Author: markt Date: Thu Jan 20 19:05:38 2011 New Revision: 1061461 URL: http://svn.apache.org/viewvc?rev=1061461&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50526 Additional JavaMail docs
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/jndi-resources-howto.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1061461&r1=1061460&r2=1061461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Jan 20 19:05:38 2011 @@ -127,6 +127,10 @@ the default cluster membership. (markt) </fix> <fix> + <bug>50526</bug>: Provide additional documetation on configuring + JavaMail resources. (markt) + </fix> + <fix> <bug>50599</bug>: Use correct names of roles required to access the Manager application. (markt) </fix> Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=1061461&r1=1061460&r2=1061461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Thu Jan 20 19:05:38 2011 @@ -492,6 +492,14 @@ Transport.send(message); Customize the value of the <code>mail.smtp.host</code> parameter to point at the server that provides SMTP service for your network.</p> + <p>Additional resource attributes and values will be converted to properties + and values and passed to + <code>javax.mail.Session.getInstance(java.util.Properties)</code> as part of + the <code>java.util.Properties</code> collection. In addition to the + properties defined in Annex A of the JavaMail specification, individual + providers may also support additional properties like <code>password</code>. + </p> + <h3>4. Install the JavaMail libraries</h3> <p><a href="http://www.oracle.com/technetwork/java/index-138643.html"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org