PHPMailer neu implementiert

This commit is contained in:
Borgal
2025-10-10 21:56:48 +02:00
parent a5904ec344
commit 1a568d75a7
94 changed files with 12874 additions and 80 deletions

5
composer.json Executable file
View File

@@ -0,0 +1,5 @@
{
"require": {
"phpmailer/phpmailer": "^6.11"
}
}