Tema
:
funcion mail en php
Ver Mensaje Individual
#
3
(
permalink
)
07/05/2008, 08:47
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 19 años
Puntos: 2135
Re: funcion mail en php
Hola pedcom,
También puedes solucionando poniendo esta linea antes de usar mail():
Código PHP:
ini_set
(
'sendmail_from'
,
'tudir@tuserver.com'
);
// y
$headers
=
"From: tudir@tuserver.com\r\n"
;
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV