Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain: Other Services: Mail Sessions

Column Display     

Mail sessions facilitate the process of using the JavaMail APIs, which provide applications and other Java EE modules with access to Internet Message Access Protocol (IMAP)- and Simple Mail Transfer Protocol (SMTP)-capable mail servers on your network or the Internet.

This page summarizes the mail sessions that have been configured in the current WebLogic Server domain.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

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.

Properties

The configuration options and user authentication data that this mail session uses to interact with a mail server. Each property that you specify overrides the default property value as defined by the JavaMail API Design Specification.

Include only the properties defined by the JavaMail API Design Specification.

If you do not specify any properties, this mail session will use the JavaMail default property values.

Express each property as a name=value pair. Separate multiple properties with a semicolon (;).

MBean Attribute:
MailSessionMBean.Properties

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

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.

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.

Scope

The scope in which this mail session is deployed.

Resource Group/Template

The list of resource groups and resource group templates in which the mail session is available.

Domain Partitions

The list of domain partitions in which the mail session is available.


Back to Top