Mail provider settings for application clients
Use this page to implement the JavaMail API and create mail sessions.
To view this Application Client Resource Configuration Tool (ACRCT) page, click File > Open. After you browse for an EAR file, click Open. Expand the selected JAR file. Right-click Mail Providers > and click New. The following fields appear on the General tab:
Name
The name of the JavaMail resource provider.
Description
An optional description for the resource provider.
Class Path
List of paths or JAR file names which together form the location for the resource provider classes.
Protocol
Name of the protocol.
Classname
Name of the class implementing the protocol. Leave this field blank to use the default implementation.
Type
This menu contains the following two values: TRANSPORT or STORE.
Custom Properties
Specifies name-value pairs for setting additional properties on the object created at run time for this resource.
We must enter a name that is a public property on the object and a value that can be converted from a string to the type required by the set method of the property. The acceptable properties and values depend on the object created. Refer to the object documentation for a list of valid properties and values.
Related tasks
Use application clients Reference topic