Skip to content

Commit e7c5eb1

Browse files
Update print.php
1 parent 8e57e87 commit e7c5eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/print.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
$mail->Host = 'smtp.gmail.com'; // SMTP server
880880
$mail->SMTPAuth = true;
881881
$mail->Username = 'karimxhaban@gmail.com'; // SMTP username
882-
$mail->Password = 'szua wsjf txyo kpmd '; // SMTP password
882+
$mail->Password = ''; // SMTP password
883883
$mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
884884
$mail->Port = 587;
885885

@@ -914,4 +914,4 @@
914914

915915

916916
}
917-
?>
917+
?>

0 commit comments

Comments
 (0)