This type is a class for model objects.
Configurations for JavaMail support.
Package: mailAttributes Summary | |
mailTransportHost : EString | The server to which to connect when sending mail. |
mailTransportUser : EString | A userid required when the transport server requires authentication. |
mailTransportPassword : Password | Fill in this field only if the transport server is authenticating. |
mailFrom : EString | This field will appear to recipient as "From" or "ReplyTo" field. |
mailStoreHost : EString | Mail account host (or "domain") name. |
mailStoreUser : EString | The user ID of the mail account. |
mailStorePassword : Password | The password of the mail account. |
debug : EBoolean | When checked, JavaMail's interaction with mail servers, along with this mail session's properties, will be printed to stdout. |
strict : EBoolean | @since 6.0.0 Controls the strict flag passed to the parseHeader method. The default is true. |
mailTransportProtocol : ProtocolProvider @ | Specifies the transport protocol to use when sending mail. |
mailStoreProtocol : ProtocolProvider @ | Specifies the protocol to be used when reading mail. |
Attribute Details |