Cómo contactarnos
Brinkeweg 90
D - (33758) Schloß Holte
Tel: 05207 - 51 00 520
Cel: 0176 - 78 616 380
Fax: 03222 - 12 46 648
VoIP: SipGate 4892507
info@alphacentix.de
Seleccione su idioma
Deutsch
Español
English
Redes Sociales
Contacto
Ud. puede contactarnos utilizando el siguiente formulario:
// FormSend by Airabove // // www.airabove.com // $do = ($_POST['do']); if($do == "send") { $recipient = "info@alphacentix.de"; // Set your email here // $subject = ($_POST['subject']); $name = ($_POST['name']); $email = ($_POST['email']); $message = ($_POST['message']); $formsend = mail("$recipient", "$subject", "$message", "From: $email ($name)\r\nReply-to:$email"); echo ("
Su mensaje fue enviado!
"); } ?>
Nombre
Email
Asunto
Su Mensaje