This library is a plugin for Cofoundry. For more information on getting started with Cofoundry check out the Cofoundry repository.
This plugin allows you to send mail using the SendGrid api. By referencing this package your Cofoundry project will automatically replace the default IMailDispatchService implementation with one that uses SendGrid. Use the following settings to configure the service:
- Cofoundry:Plugins:SendGrid:ApiKey The api key use when authenticating with the SendGrid api.
- Cofoundry:Plugins:SendGrid:Disabled Indicates whether the plugin should be disabled, which means services will not be bootstrapped. Defaults to false.