Show / Hide Table of Contents

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.

In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE