| Ecomoto Montréal Scooters Électriques |
|
| Coordonnées de contact: |
| Magasin: |
1740 Notre-Dame O.
Montréal Qc.
Canada, H3J 1M3 |
| Libre: |
1.866.948.MOTO |
| Téléphone: |
514.846.9333 |
| Courriel: |
info @ ecomoto.ca |
| |
Click sur la carte pour directions |
| Heures d'ouverture: |
| Mardi et Vendredi: |
15hrs à 18hrs |
| Jeudi: |
11hrs à 18hrs |
| Samedi: |
11hrs à 17hrs |
| Dimanche, Lundi et Mercredi: |
fermé |
Vous avez une question? Consultez notre FAQ
|
$sf = $_POST['sf'];
if (isset($sf)){
//send the email and show the message
//get the vars
$vname = $_POST['vname'];
$email = $_POST['email'];
$comments = stripcslashes($_POST['comments']);
//set the email
$to = "info@ecomoto.ca";
$from = "info@ecomoto.ca";
$subject = "Contact from website (French)";
$message = "
You received this email from ".$vname." (Click on email address to reply). ";
$message .= "". $comments . "
|
";
$headers = "From: $from \r\n";
$headers .= "Content-type: text/html\r\n";
// now lets send the email
@mail($to, $subject, $message, $headers);
?>
| Nous voudrions entendre vos commentaires et suggestions |
| N'hésitez pas à nous contacter pour toute questions, commentaires ou suggestions: |
|
Votre message a été envoyé. Merci.
|
|
}else{
//show the form
?>
}?>