Interface for an email dispatch provider such as SendGrid or Amazon SES
Namespace: AccidentalFish.ApplicationSupport.Core.EmailAssembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic interface IEmailProvider
Public Interface IEmailProvider
public interface class IEmailProvider
type IEmailProvider = interface end
The IEmailProvider type exposes the following members.
Methods
| Name | Description |
---|
 | SendAsync |
Send an email to the dispatcher
|
Top
See Also