Commit 7991a58f37d27935a804827c7f60add719e848f8

Authored by Alex Savenko
1 parent 770b9e35

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.in.ua');
... ...