To make a reservation via telephone please call: (604) 568-9975

To reach us via email please fill out the following form. Be sure to include your name, phone number and email so we can contact you back.
Your name:
Email address:
Phone Number:
Comment:
Please Enter This Code:
 
'') { $ToEmail = 'lucianoloi54@gmail.com'; $EmailSubject = 'Adesso Web Message'; $mailheader = "From: ".$_POST["email"]."\r\n"; $mailheader .= "Reply-To: ".$_POST["email"]."\r\n"; $mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n"; $MESSAGE_BODY = "Name: ".$_POST["name"]."
"; $MESSAGE_BODY .= "Email: ".$_POST["email"]."
"; $MESSAGE_BODY .= "Phone: ".$_POST["phone"]."
"; $MESSAGE_BODY .= "Comment: ".nl2br($_POST["comment"])."
"; mail($ToEmail, $EmailSubject, $MESSAGE_BODY, $mailheader) or die ("Failure"); ?> Your message was sent