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

10
vendor/composer/autoload_psr4.php vendored Executable file
View File

@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
);