Click or drag to resize

SmtpConfigurationUseSSL Property

Defines whether SSL is necessary to perform the connection.

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public bool UseSSL { get; set; }

Property Value

Type: Boolean
Remarks
Make sure you define the proper port on the Port Property. SSL usually uses port 465.
See Also