edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Mail Sessions: Configuration

Mail Sessions: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure a mail session, which enables applications to access a pre-configured javax.mail.Session object through JNDI.

Configuration Options

Name Description
Name of

Name of mail session. 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:
MailSessionMBean.Name

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.

JavaMail 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.

Related Tasks

Related Topics