diff --git a/src/lib/sendmail.php b/src/lib/sendmail.php index 9cad81b..8f30d0f 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 = "arctic.semenainua@gmail.com"; + $mail->Username = $acc_log; //Password to use for SMTP authentication - $mail->Password = "arctic0411"; + $mail->Password = $acc_pass; //Set who the message is to be sent from $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua'); -- libgit2 0.21.4