From bfe0ae955259439336c2a26cb73f4a54921b4989 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2017 16:01:52 +0200 Subject: [PATCH] controller --- src/lib/sendmail.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/sendmail.php b/src/lib/sendmail.php index e0c4b7f..9cad81b 100644 --- a/src/lib/sendmail.php +++ b/src/lib/sendmail.php @@ -264,12 +264,12 @@ namespace //Whether to use SMTP authentication $mail->SMTPAuth = true; //Username to use for SMTP authentication - use full email address for gmail - $mail->Username = "promokod.semenainua@gmail.com"; + $mail->Username = "arctic.semenainua@gmail.com"; //Password to use for SMTP authentication - $mail->Password = "promokod0411"; + $mail->Password = "arctic0411"; //Set who the message is to be sent from - $mail->setFrom('semena@hs.kiev.ua', 'semena@hs.kiev.ua'); + $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua'); //Set who the message is to be sent to $mail->addAddress($data['email'], $data['name']); //Set the subject line -- libgit2 0.21.4