From a7cbe8e0cff892d36f3c1a0926ae009909f64456 Mon Sep 17 00:00:00 2001 From: Manos Katsomallos Date: Tue, 28 Aug 2018 12:51:05 +0300 Subject: [PATCH] New SMTP password --- inc/sendEmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 inc/sendEmail.php diff --git a/inc/sendEmail.php b/inc/sendEmail.php old mode 100755 new mode 100644 index 7710f9c..f1e6655 --- a/inc/sendEmail.php +++ b/inc/sendEmail.php @@ -43,7 +43,7 @@ if($_POST) { $mail->Host = 'smtp.zoho.com;'; // Specify main and backup SMTP servers $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'contact@delkappa.com'; // SMTP username - $mail->Password = '%em33447'; // SMTP password + $mail->Password = '2MR4J&R674b1'; // SMTP password $mail->SMTPSecure = 'ssl'; // Enable TLS encryption, `ssl` also accepted $mail->Port = 465; // TCP port to connect to