Commit 0efe9e6997cc69d3a8123e84b309a8d4021678b5

Authored by Alex Savenko
1 parent 08ccae24

controller

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/lib/sendmail.php
... ... @@ -264,9 +264,9 @@ namespace
264 264 //Whether to use SMTP authentication
265 265 $mail->SMTPAuth = true;
266 266 //Username to use for SMTP authentication - use full email address for gmail
267   - $mail->Username = $acc_log;
  267 + $mail->Username = "promokod.semenainua@gmail.com";
268 268 //Password to use for SMTP authentication
269   - $mail->Password = $acc_pass;
  269 + $mail->Password = "promokod0411";
270 270  
271 271 //Set who the message is to be sent from
272 272 $mail->setFrom('semena@hs.kiev.ua', 'semena@hs.kiev.ua');
... ...