Commented out debug lines in rsvp-submit.php

This commit is contained in:
spetznas
2026-05-17 00:48:48 +02:00
parent 3496f41596
commit b05ac218c3
+2 -2
View File
@@ -31,8 +31,8 @@ $mail = new PHPMailer(true);
try { try {
$mail->CharSet = 'UTF-8'; $mail->CharSet = 'UTF-8';
$mail->isSMTP(); $mail->isSMTP();
$mail->SMTPDebug = 2; /* $mail->SMTPDebug = 2; */
$mail->Debugoutput = 'html'; /* $mail->Debugoutput = 'html'; */
$mail->Host = $_ENV['SMTP_HOST']; $mail->Host = $_ENV['SMTP_HOST'];
$mail->SMTPAuth = true; $mail->SMTPAuth = true;
$mail->Username = $_ENV['SMTP_USER']; $mail->Username = $_ENV['SMTP_USER'];