From 856d6027a2630889e5a934702a6435cb185b3593 Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Fri, 24 Jun 2022 09:42:07 +0100 Subject: [PATCH] Update noreply mail password --- interacted/Messenger.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interacted/Messenger.php b/interacted/Messenger.php index ccfbba6..ab84e37 100644 --- a/interacted/Messenger.php +++ b/interacted/Messenger.php @@ -56,7 +56,7 @@ class Messenger $this->mail->Host = 'mail.ilink-app.com'; // Set the SMTP server to send through $this->mail->SMTPAuth = true; // Enable SMTP authentication $this->mail->Username = 'noreply@ilink-app.com'; // SMTP username - $this->mail->Password = 'ilink2017GA'; // SMTP password + $this->mail->Password = 'Reply@iLink2022@@@'; // SMTP password $this->mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Enable TLS encryption; `PHPMailer::ENCRYPTION_SMTPS` encouraged $this->mail->Port = 587; $this->mail->CharSet = 'UTF-8'; @@ -196,4 +196,4 @@ class Messenger } -} \ No newline at end of file +}