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