diff --git a/funciones/funciones.php b/funciones/funciones.php index 055da4c..128801f 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -3332,7 +3332,7 @@ 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: $nombre_respuesta <".$email_respuesta.">\r\n"; + $headers .= "From: $nombre_respuesta <".$email[0].">\r\n"; $headers .= "Reply-To: $nombre_respuesta <".$email_respuesta.">\r\n"; $headers .= "Return-path: <$email[0]>\r\n";