From 7991a58f37d27935a804827c7f60add719e848f8 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2017 16:06:26 +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 8f30d0f..14ea395 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 = $acc_log; + $mail->Username = "promokod.semenainua@gmail.com"; //Password to use for SMTP authentication - $mail->Password = $acc_pass; + $mail->Password = "promokod0411"; //Set who the message is to be sent from $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua'); -- libgit2 0.21.4