We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e45a2c + 5ac194c commit 5397b47Copy full SHA for 5397b47
contact-us.php
@@ -19,7 +19,7 @@
19
$mail->Host = 'smtp.gmail.com'; // Specify main and backup SMTP servers
20
$mail->SMTPAuth = true; // Enable SMTP authentication
21
$mail->Username = 'codex.2.0.contact@gmail.com'; // SMTP username
22
- $mail->Password = 'c0n1ac1.c0de6.2.0'; // SMTP password
+ $mail->Password = 'password'; // SMTP password [Password Changed and removed from GitHub for sequrity]
23
//$mail->SMTPSecure = 'tls'; // Enable TLS encryption, `ssl` also accepted
24
$mail->Port = 25; // TCP port to connect to
25
0 commit comments