diff --git a/www-arktika/email.php b/www-arktika/email.php
index da633bd..18c1ab7 100644
--- a/www-arktika/email.php
+++ b/www-arktika/email.php
@@ -11,7 +11,7 @@ require 'PHPMailer/PHPMailerAutoload.php';
if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && !empty($_POST['email']) ) {
$name = stripslashes($_POST['name']);
$email = stripslashes($_POST['email']);
- $code = "12324";
+ $code = "4749440";
//Create a new PHPMailer instance
$mail = new PHPMailer;
//Tell PHPMailer to use SMTP
@@ -49,10 +49,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) &&
$mail->Subject = 'Промокод на сайт semena.in.ua';
//Read an HTML message body from an external file, convert referenced images to embedded,
//convert HTML into a basic plain-text alternative body
- $mail->msgHTML("
- Добрый день!
- Ваш промокод: $code
- ");
+ $mail->msgHTML(include("list.php"));
$mail->send();
//send the message, check for errors
header('Location: http://arktika.semena.in.ua/');
diff --git a/www-arktika/list.php b/www-arktika/list.php
index 3aab4d6..fbe1585 100644
--- a/www-arktika/list.php
+++ b/www-arktika/list.php
@@ -137,7 +137,7 @@