try send emails through mailerSend API
This commit is contained in:
parent
04b04ccf6a
commit
cb5e08d3fc
5 changed files with 1776 additions and 33 deletions
|
|
@ -23,11 +23,15 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||
"getkirby/cms": "^4.5"
|
||||
"getkirby/cms": "^4.5",
|
||||
"php-http/guzzle7-adapter": "^1.1",
|
||||
"nyholm/psr7": "^1.8",
|
||||
"mailersend/mailersend": "^0.28.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"getkirby/composer-installer": true
|
||||
"getkirby/composer-installer": true,
|
||||
"php-http/discovery": true
|
||||
},
|
||||
"optimize-autoloader": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue