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