Namespace for the SMTP client library (Wt::Mail).
More...
◆ AuthenticationMethod
Indicates the authentication method to use.
Enumerator |
---|
None | No authentication.
|
Plain | PLAIN authentication.
|
Login | LOGIN authentication.
|
◆ RecipientType
Enumeration for a recipient type.
- See also
- Message::addRecipient()
Enumerator |
---|
To | To: recipient.
|
Cc | Cc: recipient.
|
Bcc | Bcc: recipient (is omitted from the recipients in the message itself)
|
◆ TransportEncryption
Indicates the transport encryption method to use.
Enumerator |
---|
None | No encryption.
|
StartTLS | Use STARTTLS (fail if not accepted by server)
|
TLS | Use TLS directly, don't use STARTTLS.
|