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