Commit 9c295e05a43b629c391d051e5daf41222b2cba40
1 parent
b13a3eec
123
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
www-arktika/email.php
... | ... | @@ -53,6 +53,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && |
53 | 53 | Добрый день!<br> |
54 | 54 | Ваш промокод: $code |
55 | 55 | "); |
56 | + $mail->send(); | |
56 | 57 | //send the message, check for errors |
57 | 58 | header('Location: http://arktika.semena.in.ua/'); |
58 | 59 | } | ... | ... |