Commit 770b9e358b899d191f531ae28fb58e4fa2d1b26b

Authored by Alex Savenko
1 parent bfe0ae95

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 = "arctic.semenainua@gmail.com";
  267 + $mail->Username = $acc_log;
268 268 //Password to use for SMTP authentication
269   - $mail->Password = "arctic0411";
  269 + $mail->Password = $acc_pass;
270 270  
271 271 //Set who the message is to be sent from
272 272 $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua');
... ...