Recent content by clinic58

  1. C

    PHP mail() not working properly

    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 =...
Top