From e73b3f915149175beab3c511625af639df7a227b Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 7 Nov 2018 09:19:29 -0500 Subject: [PATCH] lista de correo --- funciones/funciones.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index e53d145..76c641f 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -3303,9 +3303,9 @@ if($accion =="enviar" OR $accion =="preview" ) { $slogan = remplacetas("empresa","id",$id_empresa,"slogan",""); $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=utf-8\r\n"; - $headers .= "From: $razon_social[0] ".$administrador[0]."\r\n"; - $headers .= "Reply-To: $razon_social[0] ".$email[0]."\r\n"; - $headers .= "Return-path: $email[0]\r\n"; + $headers .= "From: $razon_social[0] <".$administrador[0].">\r\n"; + $headers .= "Reply-To: $razon_social[0] <".$email[0].">\r\n"; + $headers .= "Return-path: <$email[0]>\r\n"; if($accion =="enviar") {