
07/06/2007, 16:40
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 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 );
|