From 0c5d27e913faf18bd2edf1e6337eb9603577dda1 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Fri, 11 Apr 2025 09:47:51 +0200 Subject: [PATCH] Update SMTP password for Office 365 email configuration --- php/process_ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/process_ticket.php b/php/process_ticket.php index 875b474..1bd6d4c 100644 --- a/php/process_ticket.php +++ b/php/process_ticket.php @@ -110,7 +110,7 @@ try { $mail->Host = 'smtp.office365.com'; $mail->SMTPAuth = true; $mail->Username = 'ticketsopdracht@outlook.com'; - $mail->Password = 'ZZ^HyL*vyveJEZ04u&1W'; // Replace with the actual password or app-specific password + $mail->Password = 'olomnqcnvwfzsrky'; // Replace with the actual password or app-specific password $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail->Port = 587;