Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2007, 16:40
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: Warning: mail() [function.mail]: ayudaa

Código PHP:
$from "[email protected]";
ini_set'sendmail_from'$from );
$headers "From: $from\r\n";
mail$destino$asunto$mensaje$headers );