Tema
:
Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in
Ver Mensaje Individual
#
7
(
permalink
)
22/02/2008, 11:51
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]: SMTP server response: 501 5.5.4 Invalid Address
Usa 2 veces la función mail(), una por destinatario:
Código PHP:
mail
(
$destinatario1
,
$asunto
,
$cuerpo
,
$headers
);
mail
(
$destinatario2
,
$asunto
,
$cuerpo
,
$headers
);
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV