This type is a class for model objects.
Configurations for JavaMail support.
Package: mail| Attributes Summary | |
| mailTransportHost : EString | The server to connect to when sending mail. |
| mailTransportUser : EString | The user of the mail account when the outgoing mail server requires authentication. |
| mailTransportPassword : Password | The password of the mail account when the outgoing mail server requires authentication. |
| mailFrom : EString | This field will appear to recipient as "From" or "ReplyTo" field. |
| mailStoreHost : EString | The server to connect to when receiving mail. |
| mailStoreUser : EString | The user 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. |
| mailTransportPort : EInt | @since 7.0.0 The port to connect to when sending mail. |
| mailStorePort : EInt | @since 7.0.0 The port to connect to when receiving mail. |
| mailTransportProtocol : ProtocolProvider @ | Specifies the transport protocol to use when sending mail. |
| mailStoreProtocol : ProtocolProvider @ | Specifies the protocol to be used when reading mail. |
| Attribute Details |