Commit ab0a8066d49ebf0eab3209dfc77705247c237375
1 parent
56612a6a
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www-arktika/email.php
... | ... | @@ -49,7 +49,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && |
49 | 49 | $mail->Subject = 'Промокод на сайт semena.in.ua'; |
50 | 50 | //Read an HTML message body from an external file, convert referenced images to embedded, |
51 | 51 | //convert HTML into a basic plain-text alternative body |
52 | - $mail->msgHTML(file_get_contents("list.php?promo=123456789")); | |
52 | + $mail->msgHTML(file_get_contents("http://arktika.semena.in.ua/list.php?promo=123456789")); | |
53 | 53 | $mail->send(); |
54 | 54 | //send the message, check for errors |
55 | 55 | header('Location: http://arktika.semena.in.ua/'); | ... | ... |