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 |
|---|---|
| System.Threading.Tasks.Task<TResult><SmtpClient> |