9 lines
246 B
Markdown
9 lines
246 B
Markdown
# SendGrid Notification handler
|
|
To be completed. See [raw possible configuration items](https://github.com/kamax-io/mxisd/blob/master/src/main/resources/application.yaml#L172).
|
|
|
|
Enabled with:
|
|
```
|
|
notification:
|
|
handler:
|
|
email: 'sendgrid'
|
|
``` |