Accueil     Confidentialité     Plan du site   Contactez-Nous  
English | Français | Português   
Formulaire de location

   

Veuillez saisir vos coordonnées et formuler vos demandes dans la grille ci-dessous:
Champs Obligatoires

Coordonnées Personelles:
Prénom:  
Nom:  
Société:  
Poste:  
Adresse:  
Ville:  
Country:      
Adresse Email:  
Re-saisissez votre   Adresse Email:  
Tél. Portable:  
Tél. Domicile:  
Télécopie:  
 
       
Infos sur le logement:
Pays:  
Ville:  
Aéroport:      
Date d’arrivée:  
Date de départ:  
       
Type de Logement:
Cocher une ou plusieurs cases
 
Studio
F2
 
F3
F4
 
F5
Loft
 
Duplex
Maison de ville
 
Penthouse
Villa
 
Meublé
Non-meublé
 
Donnez nous des précisions sur vos préférences

 


 
<% MailMessage myMail = new MailMessage(); myMail.To = "contact@rodav.com"; myMail.From = "contact@rodav.com"; myMail.Subject = "Rodav website Rental Form - FRENCH"; myMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserver", "smtpout.secureserver.net"); myMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport", 80); myMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusing", 2); myMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", 1); myMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "contact@rodav.com"); myMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "lome05"); myMail.BodyFormat = MailFormat.Html; myMail.Body = "

PLEASE CONTACT THIS PERSON ASAP!!!



Name: " + firstname + "
lastname: " + lastname + "
Title: " + title + "
Company: " + company + "
Address: " + address + "
city: " + city + "
country : " + country + "
email: " + email + "
mobile Phone: " + mphone + "
homephone: " + homephone + "
fax: " + fax + "



Property Info



Country2: " + country2 + "
City2: " + city2 + "
airport: " + airport + "
arrival date: " + arrivaldate + "
departure date: " + departuredate + "


Property Type



" + bedroom1 + "
" + bedroom2 + "
" + bedroom3 + "
" + bedroom4 + "
" +studio + "
" + duplex + "
" + loft + "
" + townhouse + "
" + penthouse + "
" + multifamily + "
" + furnished + "
" + unfurnished + "
" + "


comments" + comments + ""; try { //SmtpMail.SmtpServer = "smtpout.secureserver.net"; SmtpMail.Send(myMail); myMail.From = "contact@rodav.com"; myMail.To = email; myMail.Subject = "Thank you for contacting Rodav"; myMail.Body = "Dear " + firstname + ":

Thank you for contacting Rodav. If needed, Someone will be following up with you in the next 24 to 48 hours!

Thank you

Rodav Managment
"; SmtpMail.Send(myMail); } catch (HttpException e) { Response.Write(e.ToString() + " probably wrong mailbody format!"); } catch (Exception e) { Response.Write(e.ToString() + " Exception caught."); } finally { // cleanup //mail = null; // attachment = null; //Response.Write("Thank you for contacting Rodav.
If needed, Someone will be following up with you in the next 24 to 48 hours!
"); } %>