Your name:

Your email:

Your message:

the form again."; } else{ $from="From: $name<$email>\r\nReturn-path: $email"; $subject="Message sent using your contact form"; mail("jose_navaro98@hotmail.com", $subject, $message, $from); echo "mensaje enviado!"; } } ?>