Mail Session: General
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 The name of this 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.
Scope The scope in which this mail session was created.
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 The username to be used to create an authenticated mail session. 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 password to be used to create an authenticated mail session.
MBean Attribute:
MailSessionMBean.SessionPassword
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.