First Name Required
'; } if (strlen($_GET['lname']) == 0 ) { $str_response .= '
  • Last Name Required
    '; } if (strlen($_GET['email']) == 0 ){ $str_response .= '
  • Email Address Required
    '; } if (strlen($str_response) == 0 ) { $email_from = $_GET['email']; $str_mail_to = AP_CONTACT_EMAIL; //$str_mail_to = "ryan.clemente@thedesignpeople.com"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; /* additional headers */ $headers .= "From: $email_from\r\n"; $headers .= "CC: info@architectureforsale.com , peter@architectureforsale.com\r\n"; $str_mail_subject = "[contact] ". $_GET['fname']." ". $_GET['lname']." -- newsletter request from mosslerdoe.com"; $str_mail_body .= ""; $str_mail_body .= "A news letter request was sent by:\n
    "; $str_mail_body .= $_GET['fname']." ". $_GET['lname']."\n
    ". $_GET['email'] ."\n
    "; $str_mail_body .= "--------------------------\n
    "; $str_mail_body .= "In case of abuse, please forward this email to abuse@agentimage.com, and report the following IP Address: ". $_SERVER["REMOTE_ADDR"] ."\n"; @mail($str_mail_to,$str_mail_subject,stripslashes($str_mail_body),$headers ); //error message suspended for now $str_sent ='Email was sent, you can add additional email address to recieve the newsletter by sending another set of info'; } } /* print "\n"; */ ?> Crosby Doe Associates
     

    Our e-newsletter philosophy is to be informative without being a nuisance. If you would like to be advised of new listings and important design news, please fill out the following. ( * Required field )

    0) { ?> Missing Required Fields:
    0) { print "$str_sent"; } */ ?>