From 0efe9e6997cc69d3a8123e84b309a8d4021678b5 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2017 15:59:23 +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 2442c9a..e0c4b7f 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@hs.kiev.ua'); -- libgit2 0.21.4