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) |
| logger |
系统日志。
(Inherited from EmailService) |
Public Methods | |
| ClearCodeAsync |
清除验证代码。
(Inherited from EmailService) |
| SendCodeAsync |
发送验证代码。
(Inherited from EmailService) |
| VerifyCodeAsync |
验证验证代码。
(Inherited from EmailService) |
Protected Methods | |
| BeforeSendAsync |
发送前执行的操作。
(Inherited from EmailService) |
| CheckEmailAsync |
检查邮箱地址。
(Inherited from EmailService) |
| OnSendCodeAsync |
执行发送操作。
(Overrides EmailServiceOnSendCodeAsync(int, string, string)) |