IEmailService Interface

Email 服务接口。

Definition

Namespace: QuickAdmin.Service.Infrastructure
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
public interface IEmailService

Properties

LastEmail 获取有效期内最后发送的邮箱地址。

Methods

ClearCodeAsync 清除验证代码。
SendCodeAsync 发送验证代码。
VerifyCodeAsync 验证验证代码。

See Also