From 770b9e358b899d191f531ae28fb58e4fa2d1b26b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2017 16:03:15 +0200 Subject: [PATCH] controller --- src/lib/sendmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/sendmail.php b/src/lib/sendmail.php index 9cad81b..8f30d0f 100644 --- a/src/lib/sendmail.php +++ b/src/lib/sendmail.php @@ -264,9 +264,9 @@ namespace //Whether to use SMTP authentication $mail->SMTPAuth = true; //Username to use for SMTP authentication - use full email address for gmail - $mail->Username = "arctic.semenainua@gmail.com"; + $mail->Username = $acc_log; //Password to use for SMTP authentication - $mail->Password = "arctic0411"; + $mail->Password = $acc_pass; //Set who the message is to be sent from $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua'); -- libgit2 0.21.4