From 82664159bfb446932d8abb5b362f73c948372c2c Mon Sep 17 00:00:00 2001 From: david Date: Mon, 5 Mar 2012 11:36:59 +0000 Subject: [PATCH] =?UTF-8?q?-=20Tarea=20#829=20->=20Nueva=20secci=C3=B3n=20?= =?UTF-8?q?de=20tasaci=C3=B3n=20de=20obras=20de=20arte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@45 88734cd7-4cec-0b49-a19b-cefba6b9d6f8 --- confirmacion.php | 36 +++++++++++++++++++++--------------- tasacion.php | 3 ++- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/confirmacion.php b/confirmacion.php index bdc2eec..87d7597 100644 --- a/confirmacion.php +++ b/confirmacion.php @@ -2,21 +2,7 @@ - Recepción confirmada | Galería de Arte Ignacio Redondo, Madrid - - + Recepción confirmada | Galería de Arte Ignacio Redondo, Madrid @@ -37,5 +23,25 @@ + + + diff --git a/tasacion.php b/tasacion.php index b2e8926..f3dabe3 100644 --- a/tasacion.php +++ b/tasacion.php @@ -9,6 +9,7 @@ include_once('Mail/mime.php'); $max_allowed_file_size = 10000; // size in KB $allowed_extensions = array("pdf", "jpg", "jpeg", "png"); $your_email = 'info@irfinearts.com'; +$cc_email = 'tacios@gmail.com'; $ip=$_SERVER['REMOTE_ADDR']; $today=date('Y.m.d'); $now=date('H.i.s'); @@ -113,7 +114,7 @@ if(isset($_POST['submit'])) $body = $message->get(array('text_charset' => 'utf-8')); - $extraheaders = array("From"=>$from, "Subject"=>$subject,"Reply-To"=>$email); + $extraheaders = array("From" => $from, "Cc" => $cc_email, "Subject" => $subject, "Reply-To" => $email); $headers = $message->headers($extraheaders); $mail = Mail::factory("mail");