Skip to content

Commit

Permalink
Update admin-forgot-pass.php
Browse files Browse the repository at this point in the history
  • Loading branch information
whxitte authored Jan 15, 2024
1 parent b11c6b8 commit 458269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/admin-forgot-pass.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function sendMail($email,$reset_token)
$mail->Host = 'smtp.gmail.com'; //Set the SMTP server to send through
$mail->SMTPAuth = true; //Enable SMTP authentication
$mail->Username = 'Youremail@gmail.com'; //SMTP username
$mail->Password = 'rrfgrfgbsderfg'; //SMTP password
$mail->Password = 'YourPassword'; //SMTP password
$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; //Enable implicit TLS encryption
$mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS`

Expand Down

0 comments on commit 458269f

Please sign in to comment.