1
0
Fork 0

lista de correo

This commit is contained in:
humano 2018-11-07 10:50:43 -05:00
parent 4981e0df8e
commit 0e2c2cb521
1 changed files with 1 additions and 1 deletions

View File

@ -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";