From: markt Date: Thu, 20 Jan 2011 19:05:38 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50526 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e0a11e6b84f4d1af913e3a80aa06083fb641ff6e;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50526 Additional JavaMail docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 613a950c0..bdab65521 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -127,6 +127,10 @@ the default cluster membership. (markt) + 50526: Provide additional documetation on configuring + JavaMail resources. (markt) + + 50599: Use correct names of roles required to access the Manager application. (markt) diff --git a/webapps/docs/jndi-resources-howto.xml b/webapps/docs/jndi-resources-howto.xml index d0ad4cb00..91aa4874d 100644 --- a/webapps/docs/jndi-resources-howto.xml +++ b/webapps/docs/jndi-resources-howto.xml @@ -492,6 +492,14 @@ Transport.send(message); Customize the value of the mail.smtp.host parameter to point at the server that provides SMTP service for your network.

+

Additional resource attributes and values will be converted to properties + and values and passed to + javax.mail.Session.getInstance(java.util.Properties) as part of + the java.util.Properties collection. In addition to the + properties defined in Annex A of the JavaMail specification, individual + providers may also support additional properties like password. +

+

4. Install the JavaMail libraries