Contact Us

Drop us a line or leave a message with a list of required material and we will get back to you as soon as possible with a proposition or an offer.

Meddelande från

n"; $cuerpo .= "Namn: " . $HTTP_POST_VARS["name"] . "
n"; $cuerpo .= "E-post: " . $HTTP_POST_VARS["email"] . "
n"; $cuerpo .= "Subject: " . $HTTP_POST_VARS["subject"] . "
n"; $cuerpo .= "Meddelandet: " . $HTTP_POST_VARS["txtmessage"] . "

n"; //Nota. Cabeceras para el env√≠o en formato HTML. $headers = "MIME-Version: 1.0rn"; $headers .= "Content-type: text/html; charset=iso-8859-1rn"; //Nota. Direcci√≥n del remitente. $headers .= "From: " . $HTTP_POST_VARS["email"] . "n"; //Nota. Direcci√≥n de respuesta. $headers .= "Reply-To: " . $HTTP_POST_VARS["email"] . "n"; //Nota. Ruta del mensaje desde origen a destino. $headers .= "Return-path: " . $HTTP_POST_VARS["email"] . "n"; //Nota. Funcion Mail de PHP: // mail( $correoreceptor, $asunto, $mensaje, $cabeceras ); mail("charlyfan@hotmail.com","Contacto de:",$cuerpo,$headers); //Confirmaci√≥n de envio del mensaje. echo "Meddelandet har skickat, vi kommer att kontakta dig så fort som möjligt!"; } ?>

* Required fields