Interface IEmailSender
Simple abstraction to send an email message
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public interface IEmailSender
Methods
View SourceSendAsync(MailMessage)
Declaration
Task SendAsync(MailMessage message)
Parameters
Type | Name | Description |
---|---|---|
System.Net.Mail.MailMessage | message |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |