Class SmtpInfo
Inheritance
System.Object
SmtpInfo
Namespace: DotNetNuke.Services.Mail
Assembly: DotNetNuke.dll
Syntax
public class SmtpInfo : object
Properties
| Improve this Doc View SourceAuthentication
Gets or sets SMTP Authentication.
Declaration
public string Authentication { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AuthProvider
Gets or sets SMTP OAuth provider.
Declaration
public string AuthProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableSSL
Gets or sets a value indicating whether SSL should be enabled or disabled.
Declaration
public bool EnableSSL { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
Gets or sets SMTP Password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Server
Gets or sets SMTP Server.
Declaration
public string Server { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
Gets or sets SMTP Username.
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |