lista de correo
This commit is contained in:
parent
46d0a411b5
commit
e73b3f9151
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user