diff --git a/public/contact-handler.php b/public/contact-handler.php index 6cedf8c..ca47f74 100644 --- a/public/contact-handler.php +++ b/public/contact-handler.php @@ -10,7 +10,7 @@ if (session_status() === PHP_SESSION_NONE) { } // Konfiguration laden -require_once 'config/config.php'; +require_once 'config/mail-config.php'; // PHPMailer Autoload (falls via Composer installiert) if (file_exists(__DIR__ . '/vendor/autoload.php')) { diff --git a/public/mail-gateway.php b/public/mail-gateway.php index 7e0170a..c2327db 100644 --- a/public/mail-gateway.php +++ b/public/mail-gateway.php @@ -1,9 +1,14 @@