\n"; $contents .= "Nombre y Apellido: " . stripQuotes($_POST[name]) . "
\n"; if ($_POST[phone]) $contents .= "Teléfono: " . stripQuotes($_POST[phone]) . "
\n"; $contents .= "Email: " . $_POST[email] . "
\n"; if ($_POST[comments]) $contents .= "Comentarios:
\n" . nl2br(stripQuotes($_POST[comments])). "\n"; // OPENS TEMPLATE - USERS CONTENTS $template = file(TEMPLATES_PATH . ".ht_mail"); reset($template); foreach($template as $line){ $line = str_replace("{-SITE_URL-}", SITE_URL, $line); $line = str_replace("{-CONTENTS-}", $contents, $line); $final_template .= $line; } // HEADERS DEL MAIL Y ENVIO $subject = "lacteoslaunion.com.ar - Formulario de contactos"; $headers = "From: " . stripQuotes($_POST[name]) . " <" . $_POST[email] . ">\n"; $headers .= "X-Sender: <" . $_POST[email] . ">\n"; $headers .= "X-Mailer: usap.org.ar\n"; $headers .= "X-Priority: 1\n"; $headers .= "Return-Path: <" . ADMIN_MAIL . ">\n"; $headers .= "Content-Type: text/html; charset=iso-8859-1\r\n"; mail(ADMIN_MAIL, $subject, $final_template, $headers); header("location: " . $_SERVER['PHP_SELF'] . "?sent=1"); exit; } } //launion@schachenmayr.com.ar ?> La Union . Lacteos de calidad .


Contactenos

Domicilio Postal:
Lácteos La Unión
Tel: 02935-498093
CP 6343 – Villa Maza
Pcia Buenos Aires

Complete el siguiente formulario:

Nombre:
Teléfono:
Email:
Su Mensaje:
 
 
El formulario de Contacto ha sido enviado exitosamente!
Nos ponemos en contacto con usted a la brevedad