I cant get the php mail() function working. I dont know what to do, or if im doing something wrong.
Here is my code. Could someone help me?
<?php// Guardar los datos recibidos en variables:$nombre = $_POST['nombre'];$email = $_POST['email'];$telefono = $_POST['telefono'];$mensaje =...