PHPMailer v6.9.3 hinzufügen – behebt Fatal Error auf Server

- PHPMailer-Quelldateien (PHPMailer.php, SMTP.php, Exception.php) zum Repository hinzugefügt
- .gitignore angepasst: vendor/phpmailer/ und vendor/autoload.php ausgenommen
- Behebt: 'Failed to open stream: No such file or directory' für autoload.php
This commit is contained in:
2026-02-13 19:51:28 +01:00
parent c4d9a1ce75
commit c79eb55e24
5 changed files with 6820 additions and 0 deletions

5
.gitignore vendored
View File

@@ -4,6 +4,11 @@ config.php
# Composer
/vendor/
!/vendor/autoload.php
!/vendor/phpmailer/
!/vendor/phpmailer/phpmailer/
!/vendor/phpmailer/phpmailer/src/
!/vendor/phpmailer/phpmailer/src/**
composer.phar
composer.lock