I used to have my website in another webhost and my contact form worked fine. Now, In x10hosting my form doesn't deliver e-mails and I don't get any message error. My code is the following:
<?php
$name = $_POST['name'];
$email = $_POST['email'];
$message = $_POST['message']...