Enum MessagingConfig.SMTPConfig.Mailer.SecurityMode
The security mode used by the server.
Namespace: Quantellia.WMServer.Messaging
Assembly: WMServer.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum MessagingConfig.SMTPConfig.Mailer.SecurityMode
Fields
| Name | Description |
|---|---|
| NONE | No security. |
| STARTTLS | Encrypts network traffic over a previously insecure connection. |
| TLS | Encrypts network traffic. |