adding Mailjet as new adapter 🎉

This commit is contained in:
Christian Kellner
2020-08-15 13:22:38 +02:00
parent d86dc287cb
commit 1558e32a80
6 changed files with 546 additions and 96 deletions

View File

@@ -21,6 +21,13 @@
"templateId": "",
"enabled": false
},
"mailJet": {
"apiPublicKey": "",
"apiPrivateKey": "",
"receiver": "",
"from": "",
"enabled": false
},
"console": {
"enabled": true
}