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 +}