Get in Touch
Contact Details
t: 07971 377889
Location
We are based just outside the town centre in Beaconsfield.
We have worked with clients all over the uk but our main client base is around our local area, including Bourne End, Maidenhead, Marlow, Beaconsfield and Gerrards Cross.
"; $status= "NOTOK"; } else { if (!stristr($email,"@") OR !stristr($email,".")) { // checking email format $msg .="Your email address isn't right!
"; $status= "NOTOK";} } if (strlen($name) <2 ) { // checking name $msg .="You forgot to write your name!
"; $status= "NOTOK";} if (strlen($comment) <2 ) { // checking comment $msg .="You forgot to write a comment!
"; $status= "NOTOK";} if($status=="OK"){ // all validation passed /// setting up and sending multipart email $subject = "website enquiry"; $boundary = md5(uniqid(time())); //recipient $toEmail = "matt@yamoose.com"; // $message is plain text $message = "someone filled in the contact form on the website: \n\n"; $message .="Name: ".$name."\n\n"; $message .="Email Address: ".$email."\n\n"; $message .="Phone Number: ".$phone."\n\n"; $message .="Comment: ".$comment."\n\n"; // message_html is the html version of the email $message_html = "
someone filled in the contact form on the website:
\n"; $message_html .="Name: ".$name."
\n"; $message_html .="Email Address: ".$email."
\n"; $message_html .="Phone Number: ".$phone."
\n"; $message_html .="Comment: ".$comment."
\n"; // this sets up all the email ready to send $headers = 'From: ' . $email . "\n"; $headers .= 'To: ' . $toEmail . "\n"; $headers .= 'Return-Path: ' . $email . "\n"; $headers .= 'MIME-Version: 1.0' ."\n"; $headers .= 'Content-Type: multipart/alternative; boundary="' . $boundary . '"' . "\n\n"; $headers .= $body_simple . "\n"; $headers .= '--' . $boundary . "\n"; $headers .= 'Content-Type: text/plain; charset=ISO-8859-1' ."\n"; $headers .= 'Content-Transfer-Encoding: 8bit'. "\n\n"; $headers .= $message . "\n"; $headers .= '--' . $boundary . "\n"; $headers .= 'Content-Type: text/HTML; charset=ISO-8859-1' ."\n"; $headers .= 'Content-Transfer-Encoding: 8bit'. "\n\n"; $headers .= $message_html . "\n"; $headers .= '--' . $boundary . "--\n"; //this actually sends the email $mailOk=mail('', $subject,'', $headers); } // end of POST } ?> // if status doesnt= ok if($status!=="OK") { ?>Thanks for your comment/feedback
"; echo "We will get back to you as soon as possible!
"; echo "![]()
email marketing
If you are interested in sending out emails to your customers on a regular basis then let us help!
read more...
branding and identity
If you are looking for a new brand or logo, have a look at what we can do
read more...


