flyhopeSSL env MailerSend

This commit is contained in:
2025-07-21 23:45:28 +02:00
parent 66243863e4
commit 224f9e99f0
7 changed files with 1466 additions and 8 deletions

View File

@ -1,5 +1,13 @@
{
"require":{
"phpmailer/phpmailer": "^6.7.1"
"phpmailer/phpmailer": "^6.7.1",
"php-http/guzzle7-adapter": "*",
"nyholm/psr7": "*",
"mailersend/mailersend": "^0.34.0"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
}