public class SmtpClientEmailService : EmailService
SmtpClientEmailService | Initializes a new instance of the SmtpClientEmailService class |
Public Properties | |
LastEmail |
获取有效期内最后发送的邮箱地址。
(Inherited from EmailService) |
Protected Properties | |
CodeTimeoutMinutes |
验证代码有效期,单位:分钟。
(Inherited from EmailService) |
exService |
异常日志服务。
(Inherited from EmailService) |
Public Methods | |
ClearCode |
清除验证代码。
(Inherited from EmailService) |
SendCode |
发送验证代码。
(Inherited from EmailService) |
VerifyCode |
验证验证代码。
(Inherited from EmailService) |
Protected Methods | |
BeforeSend |
发送前执行的操作。
(Inherited from EmailService) |
CheckEmail |
检查邮箱地址。
(Inherited from EmailService) |
OnSendCode |
执行发送操作。
(Overrides EmailServiceOnSendCode(int, string, string)) |