SMTPSettings Class

用来记录 SMTP 配置(邮件发送相关配置)的类。

Definition

Namespace: QuickAdmin.Common.Configuration
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
public class SMTPSettings
Inheritance
object    SMTPSettings

Constructors

SMTPSettingsInitializes a new instance of the SMTPSettings class

Properties

Public Properties

Account SMTP 账号。
CodeMailSubject 发送的验证代码邮件的主题。
DisplayName 发件人显示名称。
FromEmail 发件人邮箱地址。
Host SMTP 邮件服务器主机。
Password SMTP 密码。
Port SMTP 邮件服务器端口。

See Also