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