Free Subscription 

I will be sending a complimentary Newsletter to keep you updated about latest developments.

To Subscribe fill in the form below and I will put you onto my mailing list. If you have suggestions or wish to add comments, please do so in the appropriate box below and I will contact you by e-Mail.

 

Warm regards,

Teddy Webber

First Name:  
Surname:
Tel:
Mobile:
e-Mail:
Age:
Suggestions or Comments:

 

\n"; $headers .= "Reply-To: Teddy Webber Online <".$mailfrom.">\n"; $headers .= "X-Priority: 1\n"; $headers .= "X-MSMail-Priority: High\n"; $headers .= "X-Mailer: PHP Mailer\n"; $headers .= "Return-Path: Teddy Webber Online <".$mailfrom.">\n"; $subject = "Teddy Webber Complimentary Newsletter"; //email to client $headers2 .= "MIME-Version: 1.0\n"; $headers2 .= "Content-type: text/html; charset=iso-8859-1\n"; $headers2 .= "From: Teddy Webber Online <".$mailfrom.">\n"; $headers2 .= "Reply-To: Teddy Webber Online <".$mailfrom.">\n"; $headers2 .= "X-Priority: 1\n"; $headers2 .= "X-MSMail-Priority: High\n"; $headers2 .= "X-Mailer: PHP Mailer\n"; $headers2 .= "Return-Path: Teddy Webber Online <".$mailfrom.">\n"; $subject2 = "Teddy Webber Complimentary Newsletter"; $message2 = "Thank you for your interest in the complimentary Newsletter.
"; $message2 .= "I will be sending a complimentary Newsletter to keep you updated about latest developments."; $message = '
Teddy Webber Complimentary Newsletter
First Name: '.$FirstName.'
Surname: '.$FirstName1.'
Telephone: '.$Tel.'
Mobile: '.$Mobile.'
Email Address: '.$FirstName4.'
Age: '.$Age.'
Suggestions or Comments: '.$SuggestionsComments.'
   
'; $message2 = '
Teddy Webber Complimentary Newsletter
First Name: '.$FirstName.'
Surname: '.$FirstName1.'
Telephone: '.$Tel.'
Mobile: '.$Mobile.'
Email Address: '.$FirstName4.'
Age: '.$Age.'
Suggestions or Comments: '.$SuggestionsComments.'
   
'; //send to hotel mail($mailto, $subject, $message, $headers); //send to client mail($FirstName4, $subject2, $message2, $headers2); header ("location: newsletterthanks.htm"); ?>