Smtp Class |
Namespace: Adf
The Smtp type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) | |
GetSenderAddress |
获取根据规则处理后的发送者地址
| |
GetType |
获取当前实例的 Type。
(Inherited from Object.) | |
InitConfig |
初始化配置
| |
MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) | |
Send |
发送邮件
| |
SendNoPorxy |
无代理发送(暂不支持一个Message多域发送)
| |
SetSenderRandom |
设置发送者随机域
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Account |
Account ,config:SmtpAccount
| |
Enabled |
是否可用,config:SmtpEnabled
| |
Host |
host, config:SmtpHost
| |
IsSenderRandom |
发送者地址是否随机
| |
Name |
Sender Name ,config: SmtpName
| |
Password |
Password, config:SmtpPassword
| |
Port |
port, config:SmtpPort
| |
Sender |
Sender, config:SmtpSender
| |
SenderRandomDomain |
发送者地址随机域名,config:SmtpSenderRandomDomain
|