Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/08/2013, 11:16
Avatar de bNd170
bNd170
 
Fecha de Ingreso: agosto-2009
Ubicación: $this->setLocation('Valencia', 'Spain');
Mensajes: 365
Antigüedad: 15 años, 3 meses
Puntos: 13
Respuesta: PHPMailer error: Could not instantiate mail function

Concretamente usé este script para la prueba, en la web me pintó Mail sent y me llego el email
Código PHP:
Ver original
  1. if(mail('[email protected]', 'Test email', 'Test email with standard mail() function')) {
  2.   echo 'Mail sent';
  3.  }
  4.   else echo 'Mail sending failed';