adding new sendgrid adapter

This commit is contained in:
Christian Kellner
2020-07-17 15:39:11 +02:00
parent d1e3d989b7
commit ee313e401c
6 changed files with 346 additions and 12 deletions

View File

@@ -13,6 +13,13 @@
"token": "",
"enabled": false
},
"sendGrid": {
"apiKey": "",
"from": "",
"receiver": "",
"templateId": "",
"enabled": false
},
"console": {
"enabled": true
}