View | Details | Raw Unified | Return to bug 53664
Collapse All | Expand All

(-)jndi-resources-howto.xml (+11 lines)
Lines 492-497 Link Here
492
    Customize the value of the <code>mail.smtp.host</code> parameter to
492
    Customize the value of the <code>mail.smtp.host</code> parameter to
493
    point at the server that provides SMTP service for your network.</p>
493
    point at the server that provides SMTP service for your network.</p>
494
494
495
    <p>Additional resource attributes and values will be converted to properties
496
    and values and passed to
497
    <code>javax.mail.Session.getInstance(java.util.Properties)</code> as part of
498
    the <code>java.util.Properties</code> collection. In addition to the
499
    properties defined in Annex A of the JavaMail specification, individual
500
    providers may also support additional properties.</p>
501
    
502
    <p>Tomcat's resource factory provides a <code>password</code> property
503
    which can be configured by adding <code>password="yourpassword"</code>
504
    to the Resource definition.</p>
505
495
    <h3>4.  Install the JavaMail libraries</h3>
506
    <h3>4.  Install the JavaMail libraries</h3>
496
507
497
    <p><a href="http://www.oracle.com/technetwork/java/index-138643.html">
508
    <p><a href="http://www.oracle.com/technetwork/java/index-138643.html">

Return to bug 53664