This commit is contained in:
EspenVista
2025-04-11 08:49:28 +01:00

View File

@@ -110,7 +110,7 @@ try {
$mail->Host = 'smtp.office365.com'; $mail->Host = 'smtp.office365.com';
$mail->SMTPAuth = true; $mail->SMTPAuth = true;
$mail->Username = 'ticketsopdracht@outlook.com'; $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->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
$mail->Port = 587; $mail->Port = 587;