Update SMTP password for Office 365 email configuration

This commit is contained in:
vista-man
2025-04-11 09:47:51 +02:00
parent 653bd79d0c
commit 0c5d27e913

View File

@@ -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;