MailSession

Configurations for JavaMail support.

Inherits from type J2EEResourceFactory and adds the following.


 

Attributes Summary

mailTransportHost The server to which to connect when sending mail.
mailTransportUser A userid required when the transport server requires authentication.
mailTransportPassword Fill in this field only if the transport server is authenticating.
mailFrom This field will appear to recipient as "From" or "ReplyTo" field.
mailStoreHost Mail account host (or "domain") name.
mailStoreUser The user ID of the mail account.
mailStorePassword The password of the mail account.
debug When checked, JavaMail's interaction with mail servers, along with this mail session's properties, will be printed to stdout.
mailTransportProtocol Specifies the transport protocol to use when sending mail.
mailStoreProtocol Specifies the protocol to be used when reading mail.

 

Attribute Details


mailTransportHost

The server to which to connect when sending mail.

Data type:   String
Default value:   unspecified



mailTransportUser

A userid required when the transport server requires authentication.

Data type:   String
Default value:   unspecified



mailTransportPassword

Fill in this field only if the transport server is authenticating.

Data type:   String
Default value:   unspecified



mailFrom

This field will appear to recipient as "From" or "ReplyTo" field.

Data type:   String
Default value:   unspecified



mailStoreHost

Mail account host (or "domain") name.

Data type:   String
Default value:   unspecified



mailStoreUser

The user ID of the mail account.

Data type:   String
Default value:   unspecified



mailStorePassword

The password of the mail account.

Data type:   String
Default value:   unspecified



debug

When checked, JavaMail's interaction with mail servers, along with this mail session's properties, will be printed to stdout.

Data type:   Boolean
Default value:   false



mailTransportProtocol

Specifies the transport protocol to use when sending mail.

Data type:  ProtocolProvider



mailStoreProtocol

Specifies the protocol to be used when reading mail.

Data type:  ProtocolProvider