Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Mail Session: General Configuration

Configuration Options     

Use this page to define general configuration settings for this new mail session.

Configuration Options

Name Description
Name

The name of this mail session.

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

MBean Attribute:
MailSessionMBean.Name

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

Scope

The scope in which you want to create this mail session.

JNDI Name

The JNDI name that modules use to access this mail session.

MBean Attribute:
MailSessionMBean.JNDIName

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

Session Username

Returns the username to be used to create an authenticated JavaMail Session, using a JavaMail Authenticator instance; if this is not set, it will be assumed that the Session is not to be authenticated.

MBean Attribute:
MailSessionMBean.SessionUsername

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

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.

The value is stored in an encrypted form in the descriptor file and when displayed in an administration console.

MBean Attribute:
MailSessionMBean.SessionPassword

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

Java Mail Properties

Click Add and enter a Name and Value to add a new Java mail property.


Back to Top