I have tried to send mail with a form i created there are no error codes but i don't recieve the message here is the link to the page http://winwizard.x10.mx/testform.php here is the script i use <?php
//create short variable names
$name=$_POST['name'];
$email=$_POST['email']...