Interface IMailKitSmtpEmailSender
Inherited Members
Namespace: Volo.Abp.MailKit
Assembly: Volo.Abp.MailKit.dll
Syntax
public interface IMailKitSmtpEmailSender : IEmailSender
Methods
BuildClientAsync()
Declaration
Task<SmtpClient> BuildClientAsync()
Returns
| Type | Description |
|---|---|
| Task<SmtpClient> |