Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Mail Session Override : Configuration

Configuration Options     Related Tasks     

Use this page to configure a mail session override.

Configuration Options

Name Description
Name

The name of this mail session override. Once you create a mail session, you cannot change its name.

This value is for user-identification purposes only; applications use the JNDI name to access this mail session.

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. If this is not set, it will be assumed that the session is not to be authenticated.

MBean Attribute:
MailSessionOverrideMBean.SessionUsername

Session Password

The password to be used to create an authenticated JavaMail session.

MBean Attribute:
MailSessionOverrideMBean.SessionPassword

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