From 0bd778abc07cbe13c8cff2f700499792dfb9aba6 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 7 Nov 2018 10:28:00 -0500 Subject: [PATCH] lista de correo --- funciones/funciones.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 76c641f..9cfb4a8 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -3210,6 +3210,8 @@ function mailer($accion,$formulario,$campo,$empresa){ $delay = 9; $tiempo= ($cantidad_mensajes * $delay); + $email = remplacetas("empresa","id","$_SESSION[id_empresa]","email",""); + $razon_social = remplacetas("empresa","id",$_SESSION['id_empresa'],"razon_social",""); $tiempo = conversorSegundosHoras($tiempo); $formato ="
@@ -3219,12 +3221,29 @@ function mailer($accion,$formulario,$campo,$empresa){
Asunto: - +
+
+
+
+
+ Correo de respuesta: + +
+
+
+
+ Nombre de respuesta: + +
+
+
+
Editor HTML
+