Click or drag to resize
IEmailProvider Interface
Interface for an email dispatch provider such as SendGrid or Amazon SES

Namespace: AccidentalFish.ApplicationSupport.Core.Email
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IEmailProvider

The IEmailProvider type exposes the following members.

Methods
  NameDescription
Public methodSendAsync
Send an email to the dispatcher
Top
See Also