Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a Mail Session Override

Configuration Options     Related Tasks     

Use this page to create a new mail sessions override.

Configuration Options

Name Description
Name

The name of this mail session override. The system matches overrides using the name of the overriding configuration MBean with the name of the resource MBean.

MBean Attribute:
MailSessionOverrideMBean.Name

Changes take effect after you redeploy the module or restart the server.

Session Username

The username to be used to create an authenticated JavaMail Session, using a JavaMail Authenticator instance.

MBean Attribute:
MailSessionOverrideMBean.SessionUsername

Session Password

The decrypted JavaMail Session password attribute, for use only temporarily in-memory; the value returned by this attribute should not be held in memory long term.

MBean Attribute:
MailSessionOverrideMBean.SessionPassword

Confirm Session Password
JavaMail Properties

The configuration options and user authentication data that this mail session uses to interact with a mail server.

MBean Attribute:
MailSessionOverrideMBean.Properties

Related Tasks


Back to Top