Rewrote rsvp-submit.php again #3

This commit is contained in:
spetznas
2026-05-16 23:13:08 +02:00
parent 7ce7b4f179
commit 49f0826d8b
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
require __DIR__ . '/../vendor/autoload.php'; // adjust path if needed
require __DIR__ . '/vendor/autoload.php'; // adjust path if needed
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;