Show / Hide Table of Contents

Interface ISmtpEmailSender

Used to send emails over SMTP.

Inherited Members
IEmailSender.SendAsync(String, String, String, Boolean)
IEmailSender.SendAsync(String, String, String, String, Boolean)
IEmailSender.SendAsync(MailMessage, Boolean)
IEmailSender.QueueAsync(String, String, String, Boolean)
IEmailSender.QueueAsync(String, String, String, String, Boolean)
Namespace: Volo.Abp.Emailing.Smtp
Assembly: Volo.Abp.Emailing.dll
Syntax
public interface ISmtpEmailSender : IEmailSender

Methods

BuildClientAsync()

Creates and configures new object to send emails.

Declaration
Task<SmtpClient> BuildClientAsync()
Returns
Type Description
Task<SmtpClient>

An object that is ready to send emails.

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft