From e0a11e6b84f4d1af913e3a80aa06083fb641ff6e Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 20 Jan 2011 19:05:38 +0000 Subject: [PATCH] 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 --- webapps/docs/changelog.xml | 4 ++++ webapps/docs/jndi-resources-howto.xml | 8 ++++++++ 2 files changed, 12 insertions(+) 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

-- 2.11.0