Update noreply mail password
This commit is contained in:
parent
bdb7446c33
commit
856d6027a2
|
@ -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
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue