"; } if($_POST['E_Mail'] == "") { $sError .= "- You must enter your email address.
"; } //captcha goes here if($sError == "") { //This is an html email, so use standard html tags //Fields from the submitted form are prefixed by a dollar sign //Fields are case sensitive //Don't use double quotes in your html $strMail = "
Name: ".stripslashes($_POST['FullName'])."
Title: ".stripslashes($_POST['Title'])."
Company: ".stripslashes($_POST['Company'])."
Phone: ".$_POST['Phone']."
Email Address: ".$_POST['E_Mail']."

How did you hear about Joe Paquet:
".stripslashes($_POST['Hear'])."

Comments:
".stripslashes($_POST['Comments'])."
"; $header="From: Joe Paquet Website \r\n"; $header .= "Reply-To:info@joepaquet.com\r\n"; $header .= "X-Mailer: PHP/" . phpversion(). "\r\n"; $header .= "X-Sender-IP: $REMOTE_ADDR\r\n"; $header .= "Content-Type: text/html"; //Mail recipient $strRecip = "Joe Paquet"; $strRecip = "Joe Paquet"; //Finish the body of the email $msg = "$strMail"; //Set the subject line $Subject = "Contact email from: ".$_POST['FullName']; //Send the email mail("nataliepaquet@yahoo.com", $Subject, $msg, $header); mail("mitch@mitchrossow.com", $Subject, $msg, $header); //All is okay so redirect to the thank you page header("Location: thankyou.php"); } } ?> Joseph Paquet - Traditional Plein Aire Painter
Joseph Paquet Studio
Follow Joe on Facebook Follow Joe on Instagram Follow Joe on Twitter




Joseph Paquet painting Studio

Joseph Paquet Studio
Northern Warehouse Building
308 Prince Street #234 <- New Studio Number
St. Paul, MN 55101

Phone: (651) 485-5807
Email: joe@joepaquet.com



Subscribe or manage your subscription to Joe Paquet's Newsletter

Email Address:
Your information will never be sold or shared and you can easily unsubscribe at any time.
Joe Paquet Studio uses Constant Contact/SafeUnsubscribe® which reliably removes your email address from our lists.