diff --git a/www-arktika/email.php b/www-arktika/email.php index 34d9969..0dc04fa 100644 --- a/www-arktika/email.php +++ b/www-arktika/email.php @@ -36,14 +36,14 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && //Whether to use SMTP authentication $mail->SMTPAuth = true; //Username to use for SMTP authentication - use full email address for gmail - $mail->Username = "dockdep@gmail.com"; + $mail->Username = "arctic.semenainua@gmail.com"; //Password to use for SMTP authentication - $mail->Password = "k0l0b04eg@"; + $mail->Password = "arctic0411"; //Set who the message is to be sent from - $mail->setFrom('dockdep@gmail.com', 'First Last'); + $mail->setFrom('arctic.semenainua@gmail.com', 'First Last'); //Set who the message is to be sent to - $mail->addAddress('dockdep@gmail.com'); + $mail->addAddress('arctic.semenainua@gmail.com'); $mail->addAddress($email,$name); //Set the subject line $mail->Subject = 'Промокод на сайт semena.in.ua'; diff --git a/www-arktika/index.php b/www-arktika/index.php index 2834b62..b8f3b8d 100644 --- a/www-arktika/index.php +++ b/www-arktika/index.php @@ -136,7 +136,7 @@
-
+
-- libgit2 0.21.4