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") {