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