Name '.$name.' Company/Organization '.$company.' Email '.$emailfrom.' Tel. '.$tel.' I would like someone to contact me about:
[ '.$c1.' ] Becoming a Member of Zonta
[ '.$c2.' ] Applying for a Local Service Grant
[ '.$c3.' ] Applying for the local Zonta scholarship
[ '.$c4.' ] Registering for Illusions/Deceptions in October 2012
[ '.$c5.' ] Purchasing tickets for the Murder Mystery Dinner event
Additional Inquiries or Comments: '.$comments.'
'; // ENDING OF EMAIL BODY -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= $emailheaders = "To: $email\n"; $emailheaders .= "From: $name <$emailfromaddr>\n"; $emailheaders .= "Reply-To: $emailfromaddr\n"; // $emailheaders .= "Bcc: danielle@yakindowebdesigns.com\n"; $emailheaders .= "Bcc: yakimazonta@gmail.com\n"; $emailheaders .= "X-Mailer: PHP/" . phpversion() . "\n"; //$emailheaders .= "X-Sender-IP: $REMOTE_ADDR\n"; $emailheaders .= "MIME-Version: 1.0\n"; $emailheaders .= "Content-type: text/html"; mail($email, $emailsubject, $emailbody, $emailheaders); ?>