Network Deployment (Distributed operating systems), v8.0 > Reference > Sets


Mail session configuration settings

Use this page to configure mail sessions.

We can access this admin console page in one of two ways:



Scope

Scope of the mail provider that implements the JavaMail API for this mail session. Only applications that you installed within this scope can use this mail session.


Provider

Mail provider that the application server uses for this mail session.

When you create a mail session, if you previously defined one or more mail providers at the relevant scope, you will see a list from which you can select an existing mail provider for the new mail session.


Create New Provider

Provides the option of configuring a new mail provider for the new mail session.

Create New Provider is displayed only when you click Resources > Mail > Mail sessions > New to create a new mail session.

Click Create New Provider triggers the console to display the mail provider configuration page, where you create a new provider. After you click OK to save your settings, you see the mail session collection page. Click New to define a new mail session for use with the new provider; the console now displays a configuration page that lists the new mail provider as the mail session Provider. After you create a mail session, you cannot change the provider of that mail session.
Mail service providers and mail sessions
Enable J2EE applications to use mail resources with JavaMail
Configure mail providers and sessions


Related


Mail session configuration settings
RFC 822 protocol specifications


Name

Administrative name of the JavaMail session object.


JNDI name

JNDI name for the resource, including any naming subcontexts.

This name provides the link between the platform binding information for resources that are defined in the client application deployment descriptor and the actual resources bound into JNDI by the platform.

Adhere to the following requirements for JNDI names:



Description

Specifies an optional description for your administrative records.


Category

Specifies an optional collection for classifying or grouping sessions.


Enable debug mode

Toggles debug mode on and off for this mail session.


Enable strict Internet address parsing

Whether the recipient addresses must be parsed in strict compliance with RFC 822, which is a specifications document issued by the Internet Architecture Board.

This setting is not generally used for most mail applications. RFC 822 syntax for parsing addresses effectively enforces a strict definition of a valid email address. If you select this setting, your mail component adheres to RFC 822 syntax and rejects recipient addresses that do not parse into valid email addresses (as defined by the specification). If you do not select this setting, the mail component does not adhere to RFC 822 syntax and accepts recipient addresses that do not comply with the specification. By default, this setting is not selected. We can view the RFC 822 specification at the World Wide Web Consortium website.


Outgoing Mail Properties



Server

Server that is accessed when sending mail.


Protocol

Protocol to use when sending mail. Actual protocol values are defined in the protocol providers that you configured for the current mail provider.


User

User of the mail account when the outgoing mail server requires authentication.

This setting is not generally used for most mail servers. Leave this field blank unless you use a mail server that requires a user ID and password.


Password

Password to use when the outgoing mail server requires authentication.

This setting is not generally used for most mail servers. Leave this field blank unless you use a mail server that requires a user ID and password.


Verify Password

Verify the password.


Return email address

Specifies the Internet email address that is displayed in messages as the mail originator.

This value represents the Internet email address that, by default, displays in the received message in the From or the Reply-To address. The recipient's reply will come to this address.


Incoming Mail Properties



Server

Server that is accessed when receiving mail.


Protocol

Protocol to use when receiving mail. Actual protocol values are defined in the protocol providers that you configured for the current mail provider.


User

User of the mail account when the incoming mail server requires authentication.

This setting is not generally used for most mail servers. Leave this field blank unless you use a mail server that requires a user ID and password.


Password

Password to use when the incoming mail server requires authentication.

This setting is not generally used for most mail servers. Leave this field blank unless you use a mail server that requires a user ID and password.


Verify Password

Verify the password.
Enable J2EE applications to use mail resources with JavaMail
Configure mail providers and sessions

+

Search Tips   |   Advanced Search