Interface IEmailSenderClient
Client for sending an email from a MimeMessage
Namespace: Umbraco.Cms.Infrastructure.Mail.Interfaces
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IEmailSenderClient
Methods
View SourceSendAsync(EmailMessage)
Sends the email message
Declaration
Task SendAsync(EmailMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| EmailMessage | message |
Returns
| Type | Description |
|---|---|
| Task |