First of all thank you for your answer Essellar.
I'm quite new to php, I've tried to make some changes in the code but without success.
In the other hand, I've created an e-mail in my x10 account - mail@panteismo.x10.mx - but it seems I can't send or receive anything... I've tried this in the...
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']...