"._CONTACTAUTHOR."";
if(isset($_POST['submit'])) {
if($captcha && !isMEMBER && !captcha_confirm()) $output .= write_error(_CAPTCHAFAIL);
else {
include_once(_BASEDIR."includes/emailer.php");
if(!$email) $output .= write_error(_ERROR);
else $result = sendemail($penname, $email, $_POST['email'], $siteemail , descript(strip_tags($_POST['subject'])), descript($_POST['comments'])."
".(isMEMBER ? sprintf(_SITESIG2, "".USERPENNAME."") : _SITESIG), "html");
if($result) $output .= write_message(_ACTIONSUCCESSFUL);
else $output .= write_error(_ERROR);
}
}
else {
$output .= "