Interface ISmtpEmailSender
Used to send emails over SMTP.
Inherited Members
Namespace: Volo.Abp.Emailing.Smtp
Assembly: Volo.Abp.Emailing.dll
Syntax
public interface ISmtpEmailSender : IEmailSender
Methods
BuildClientAsync()
Creates and configures new
Declaration
Task<SmtpClient> BuildClientAsync()
Returns
| Type | Description |
|---|---|
| Task<SmtpClient> | An |