// Invio POST allo script -------------------- // if(isset($_POST["action_send"])) { $send_to = str_replace( array("order", "tech", "aftersale", "trade"), array("orders@extralite.com", "info@extralite.com", "info@extralite.com", "trade@extralite.com"), $_POST["contact"]["subject"] ); $subject = "Extralite info / "; switch($_POST["contact"]["subject"]) { case "order": $subject .= "Order"; break; case "tech": $subject .= "Tech"; break; case "aftersale": $subject .= "Tech Support"; break; case "trade": $subject .= "Trade Reserved"; break; } $name = stripslashes($_POST["contact"]["name"]); $country = stripslashes($_POST["contact"]["country"]); $email = stripslashes($_POST["contact"]["email"]); $text = stripslashes($_POST["contact"]["text"]); $message = "Name: {$name}\nCountry: {$country}\nEmail: {$email}\n\n"; $message .= "Message:\n{$text}"; $headers = array(); $headers[] = "Content-type: text/plain; charset=iso-8859-1"; $headers[] = "From: {$email}"; $headers[] = "Reply-To: {$email}"; mail($send_to, $subject, $message, implode("\r\n", $headers)); } // ------------------------------------------- // ?>
Dear customer, for any information please feel free to contact us.
Office Address
Studio Riva SRL
Strada dei Boschi 8
26813 Graffignana
Lodi, Italy.
Tel. +390371 203059
100% made in Italy