[NotUseDI]
public abstract class EmailService : IEmailService| EmailService | Initializes a new instance of the EmailService class |
Public Properties | |
| LastEmail | 获取有效期内最后发送的邮箱地址。 |
Protected Properties | |
| CodeTimeoutMinutes | 验证代码有效期,单位:分钟。 |
| logger | 系统日志。 |
Public Methods | |
| ClearCodeAsync | 清除验证代码。 |
| SendCodeAsync | 发送验证代码。 |
| VerifyCodeAsync | 验证验证代码。 |
Protected Methods | |
| BeforeSendAsync | 发送前执行的操作。 |
| CheckEmailAsync | 检查邮箱地址。 |
| OnSendCodeAsync | 执行发送操作。 |