You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ This library is a plugin for [Cofoundry](https://www.cofoundry.org/). For more i
9
9
10
10
## Overview
11
11
12
-
Unfinished
12
+
This plugin allows you to send mail using the [SendGrid](https://sendgrid.com/) 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:
13
13
14
+
-***Cofoundry:Plugins:SendGrid:ApiKey*** The api key use when authenticating with the SendGrid api.
15
+
-***Cofoundry:Plugins:SendGrid:Disabled*** Indicates whether the plugin should be disabled, which means services will not be bootstrapped. Defaults to false.
0 commit comments